Agent Skill Builder — Testing skill for Claude Code
A skill that builds agent skills — and doesn't rot.
How to install Agent Skill Builder
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open conorbronsdon/agent-skill-builder and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agent Skill Builder does
A skill that builds agent skills — and doesn't rot. Spec-current frontmatter plus a validator that fails on drift.
Alternatives in Testing
- Marketing Skills Versions — Current versions of all skills 13.8k ★
- Loki Spec Status — Check whether the spec has drifted from its lock using Loki's living-spec drift detection, and summarize the r 1.1k ★
- Test Login And Upload — End-to-end test of the CLI on the dev environment 97 ★
README
agent-skill-builder
A Claude Code-first skill builder with portable Agent Skills validation and drift detection that can fail.
[](https://github.com/conorbronsdon/agent-skill-builder/stargazers) [](LICENSE) [](https://chainofthought.show/?utm_source=github&utm_medium=referral&utm_campaign=repo-readme&utm_content=agent-skill-builder) [](https://x.com/ConorBronsdon)

Skill generators age fast. Frontmatter changes, runtime-specific fields leak into portable skills, and structural validators pass because nobody tested whether they can fail.
`agent-skill-builder` handles those as explicit design decisions. It builds Claude Code skills by default, can target the portable [Agent Skills](https://agentskills.io) core, validates each runtime separately, and checks the live Claude Code field set every week.
What it does
Describe the skill you want in plain language. The builder decides:
- Runtime: Claude Code extensions or the portable Agent Skills core.
- Skill shape: reference, bounded task, or tool-backed workflow.
- Invocation control: user-only, model-only, or discoverable both ways.
- Arguments:
$ARGUMENTS, positional$N, or named arguments wired into the body. - Context budget: trigger language in the description, conditional detail in references.
- Execution safety: scoped tool grants, explicit mutation gates, and read-only dynamic injection.
Three modes cover the lifecycle:
/agent-skill-builder new
Related Skills
Sp.Autonomous
Fully autonomous project builder - analyzes current project, generates missing skills/agents/hooks, tests them
Flywheel Nudge
Apply the agent-flywheel first-turn maturity nudge (spec-first, delegate, verify-before-done) plus active guar
Maxsimcli
Solve context rot in AI coding. Spec-driven development system for Claude Code, OpenCode, Gemini CLI, and Code
Skill Trigger Test
PHẢI dùng khi: vừa tạo agent/skill mới, vừa sửa description frontmatter, nghi ngờ routing conflict giữa 2 agen
Scenario Validator Arken
Validate every scenario and edge case in artifacts/qa-validation/qa-release-scenarios.md against the Arken cod
Builder Implement
Builder step 3 — implement the fix described in the spec
Related Agents
Spec Conformance Review
Use this agent to review the current diff against a named spec or plan file and report only where the diff fai
Scope Drift Detector
Compare the current diff against the active plan.md spec to detect scope expansion. Flags files and features n
Mx Feature Builder
Use this agent to implement a single product feature from a spec. It takes one feature's specification (name,