Gauntlet
Gauntlet from athola/claude-night-market.
Skills in this plugin
7- ▌ Curate · atholaAdds developer-authored annotations to the gauntlet knowledge base. Use when capturing tribal knowledge or rationale not visible in code.
- ▌ Extract · atholaBuilds the gauntlet knowledge base from AST extraction and AI enrichment. Use when initializing or refreshing codebase knowledge for challenges.
- ▌ Onboard · atholaGuides a new developer through five staged challenge sets covering architecture, domain, patterns, and hardening. Use when onboarding contributors.
- ▌ Challenge · atholaPresents adaptive codebase challenge questions with multiple-choice and trace exercises. Use when testing contributor knowledge of the codebase.
- ▌ Graph Build · atholaBuilds or updates the code knowledge graph via tree-sitter AST and SQLite. Use when setting up the graph before search or blast-radius analysis.
- ▌ Graph Search · atholaSearches the code knowledge graph by function, class, or type using FTS5 full-text search. Use when locating code entities by name or qualified path.
- ▌ Gauntlet Curate · atholaAudits the DSA problem bank for coverage gaps and proposes new YAML entries. Use when refreshing the problem bank during update-plugins runs.