CtrlK
BlogDocsLog inGet started
Tessl Logo

giuseppe-trisciuoglio/developer-kit

Comprehensive developer toolkit providing reusable skills for Java/Spring Boot, TypeScript/NestJS/React/Next.js, Python, PHP, AWS CloudFormation, AI/RAG, DevOps, and more.

90

Quality

90%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

This version of the tile failed moderation
Moderation pipeline encountered an internal error
Overview
Quality
Evals
Security
Files

README.mdplugins/developer-kit-core/docs/

Developer Kit Core Documentation

Guides for using the Developer Kit Core plugin, the foundational component required by all other Developer Kit plugins.


Quick Start

  1. Install: See Installation Guide
  2. Agents: Explore available agents in Agent Guide
  3. Commands: Try core commands in Command Guide
  4. LRA Workflow: Learn the Long-Running Agent workflow in LRA Workflow Guide

Available Documentation

Getting Started

  • Installation Guide — Installation instructions for Claude Code, GitHub Copilot CLI, OpenCode CLI, and Codex CLI

Core Guides

  • Agent Guide — All 7 general-purpose agents (code exploration, review, refactoring, architecture, debugging, documentation, pattern learning)
  • Command Guide — All 16 commands organized by category (workflows, documentation, GitHub, LRA)
  • LRA Workflow Guide — Long-running agent session management with checkpoints and recovery

Plugin Components

Agents (7)

AgentPurpose
general-code-explorerDeep codebase analysis and architecture mapping
general-code-reviewerCode review with confidence-based filtering
general-refactor-expertCode refactoring with clean code principles
general-software-architectFeature architecture design and implementation planning
general-debuggerRoot cause analysis and targeted debugging
document-generator-expertProfessional document generation
learn-analystProject pattern extraction for conventions

Commands (16)

CategoryCommands
Core Workflowsdevkit.feature-development, devkit.refactor, devkit.fix-debugging, devkit.verify-skill
Documentationdevkit.generate-document, devkit.generate-changelog, devkit.generate-security-assessment
GitHub Integrationdevkit.github.create-pr, devkit.github.review-pr
LRA Workflowdevkit.lra.init, devkit.lra.add-feature, devkit.lra.checkpoint, devkit.lra.mark-feature, devkit.lra.recover, devkit.lra.start-session, devkit.lra.status

Skills (6)

SkillPurpose
adr-draftingArchitecture Decision Record creation
memory-md-managementCLAUDE.md file management and optimization
docs-updaterAutomated documentation updates from git changes
drawio-logical-diagramsdraw.io diagram creation
github-issue-workflowGitHub issue resolution workflow
learnProject pattern learning and rule generation

Hooks (1)

HookPurpose
prevent-destructive-commandsSecurity hook blocking destructive Bash commands

Plugin Structure

developer-kit-core/
├── .claude-plugin/
│   └── plugin.json           # Plugin manifest
├── agents/                   # 7 general-purpose agents
├── commands/                # 16 commands
│   ├── documentation/        # 3 documentation commands
│   └── lra/                  # 7 LRA commands
├── skills/                   # 6 skills
│   └── [skill-name]/
│       ├── SKILL.md
│       └── references/        # Supporting documentation
├── hooks/                    # Security hooks
│   ├── hooks.json
│   └── prevent-destructive-commands.py
└── docs/                     # This documentation

See Also

Other Developer Kit Plugins

plugins

CHANGELOG.md

context7.json

CONTRIBUTING.md

README_CN.md

README_ES.md

README_IT.md

README.md

tessl.json

tile.json