Skill Forge Essentials
Three behavioural skills aimed at the mistakes agents make rather than the ones humans make.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install skill-forge-essentials@claude-code-workflows
Ajanın ürettiği kod birleştirilmeden denetlenirken, oturum uzayıp kurallar kaymaya başlarken ya da bağlam sıkıştırmasından hemen sonra
- Author
- Adit Jain
- License
- MIT
The debt detector runs after code generation and looks for the patterns models produce specifically: an empty catch block, a resource opened with no finally, a timeout with no abort, an import from a package that is not in the manifest. Session guard treats tool-call count as a health signal with named zones — under forty is fine, forty to sixty means checkpoint and restate the active rules, past sixty means stop and hand off to a fresh session. Its answer to context compaction is behavioural rather than technical: re-read the rules file and recite the three to five critical ones before acting, because decisions made verbally early in a conversation are exactly what compaction drops. The third skill keeps screenshot-guided UI edits minimal instead of letting them turn into refactors.
Similar skills
Framework Migration
SkillPicks a migration strategy by codebase size instead of recommending one for everyone.
Accessibility Compliance
SkillWCAG 2.2 auditing with a validator agent that assumes the fix failed until a screenshot proves it.
Security Scanning
SkillPackages SAST setup, dependency scanning and STRIDE threat modeling as one Claude Code plugin.
Comments(0)
Sign in to comment