taipt1504/agent-skills
3 stars · Last commit 2026-04-09
Claude Code plugin for Java Spring backend — 21 skills, 9 agents, 17 hooks, TDD workflow enforcement. Hook-bootstrapped harness with skill auto-routing, verify/fix loops, multi-agent spawning, and session memory.
README preview
# Agent Skills A lightweight, context-efficient [Claude Code](https://docs.anthropic.com/en/docs/claude-code) plugin for **Java Spring** backend development. Built on **Harness Engineering** principles: Agent = Model + Harness. The plugin provides the harness — hook-bootstrapped skill system with verify/fix loops, workflow enforcement, observability traces, context budget management, and state persistence on disk. ## Quick Start ### Step 1 — Install plugin (one-time per machine) ```bash /plugin marketplace add taipt1504/agent-skills /plugin install devco-agent-skills ``` ### Step 2 — Setup project (one-time per project, lead dev) ``` /setup ```