Skillcraft
Description
ESLint + Jest for agent-config files: lint, sync and scaffold SKILL.md / CLAUDE.md / AGENTS.md.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
skillcraft
[](https://github.com/dimanovikov/skillcraft/actions/workflows/ci.yml) [](https://pypi.org/project/skillcraft/) [](https://pypi.org/project/skillcraft/) [](LICENSE) [](.pre-commit-config.yaml) [](#dogfooding)
**ESLint + Jest for agent-config files.** `skillcraft` lints, syncs and scaffolds the fragmented ecosystem of `SKILL.md`, `CLAUDE.md`, `AGENTS.md`, `.cursor/rules`, `.claude/rules` and copilot-instructions — one canonical source, many managed targets, drift detection in CI.
Agent-config files are copy-pasted, drift apart across tools, and silently fail to load. `skillcraft` gives them the same lint/test/sync workflow that code already enjoys.
30-second tour
uv tool install skillcraft # or: pip install skillcraft
cd your-repo
skillcraft init --name my-skill # writes a canonical AGENTS.md + .skillcraft.toml
# ...edit AGENTS.md...
skillcraft sync # generates managed SKILL.md + CLAUDE.md
skillcraft lint # validates every agent-config file in the repo
In CI, lock it down:
skillcraft sync --check # exit 1 if SKILL.md/CLAUDE.md drifted from AGENTS.md
skillcraft lint --check # exit 1 on any ERROR; --format=github annotates the PR
Why
- One source of truth. Write
AGENTS.mdonce;skillcraft syncregeneratesSKILL.mdandCLAUDE.md. Edit a target by hand andsync --checkcatches the drift. - Lint that knows the formats. Kebab-case names, frontmatter presence, import cycles, token budgets, merge-conflict markers — see [the rule table](#rules
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing