ground-claim

Solid

Grounds capability claims with file-read evidence. Default mode answers meta-capability questions ('what does X enable') with path:line citations. Pass mode: runtime-wiring with a claims list to trace actual runtime execution paths — call sites, DI registration, middleware — and get CONFIRMED/UNVERIFIED/REFUTED verdicts per claim. Blocks sign-off on any non-CONFIRMED claim.

AI & Automation 54 stars 13 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
58
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Trigger **Mode: capability** (default) — Self-referential meta-capability questions about the current repository, framework, or system: - "What does this repo enable?" - "What are the orchestration patterns available?" - "List the available skills." - "What capabilities does the plugin provide?" **Mode: runtime-wiring** — Claims that require tracing actual execution paths, not static structure: - "Verify that middleware Y intercepts all requests." - "Confirm plugin Z is loaded on startup." - "Validate that feature X is active in production." Skip both modes for: usage questions ("how do I use X?"), bug reports, feature requests. --- ## Mode: capability (default) ### Procedure 1. **Extract capability nouns.** From the user's question, identify 2–5 concrete capability categories (e.g., skills, hooks, agents, orchestration patterns, CLI commands, verification methods). Write them down. 2. **Locate and read evidence.** For each capability noun: - Use Glob or Grep to locate source files (e.g., `skills/*/SKILL.md` for skills, `hooks/` for hooks, `agents/` for agents). - Read at least one concrete source file per capability. Record the file path and specific line numbers. - Do not rely on training data, model recall, or session-listing attachments. Evidence must come from Read tool output. 3. **Build the answer inline.** Embed citations **within claims**, not in a separate appendix. Format: `path/to/file.md:line—<claim context>`. 4. **Tag ungrounded claims.** I...

Details

Author
griffinwork40
Repository
griffinwork40/agent-afk
Created
3 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category