- 📁 assets/
- 📁 evals/
- 📁 references/
- 📄 AGENTS.md
- 📄 checkpoints.yaml
- 📄 CLAUDE.md
Use when creating or updating AGENTS.md files, .github/copilot-instructions.md, or other AI agent rule files, onboarding AI agents to a project, standardizing agent documentation, or when anyone mentions AGENTS.md, agent rules, project onboarding, or codebase documentation for AI agents.
Amend the last git commit with a useful, descriptive message. Use when you want to rewrite a commit message, amend commit description, or improve the last commit message.
Abort the current in-progress mission and move to the next one
- 📁 assets/
- 📁 docs/
- 📁 examples/
- 📄 SKILL.md
Research North American mountain peaks and generate comprehensive route beta reports
Use when a request requires repository navigation, code changes, debugging, or structured data analysis and the safest path is to hand execution to a focused subagent.
- 📁 assets/
- 📁 references/
- 📄 SKILL.md
Installs, configures, audits, and operates Agent Package Manager (APM) in repositories. Use when initializing apm.yml, installing or updating packages, validating manifests, managing lockfiles, compiling agent context, browsing MCP servers, setting up runtimes, or packaging resolved context for CI and team distribution. Don't use for writing a single skill by hand, generic package managers like npm or pip, or non-APM agent configuration systems.
This skill should be used when the user asks to "test the triage skill", "run triage tests", "validate antithesis triage", "test:triage", or "smoke test triage". Orchestrates end-to-end testing of the antithesis-triage skill by running real triage operations via sub-agents and reviewing the results for bugs, skill compliance issues, and papercuts. --- # Test: Antithesis Triage Skill End-to-end test harness for the `antithesis-triage` skill. Spawn sub-agents that perform real triage operations, then review their work for issues. **The top-level agent MUST NOT use the antithesis-triage skill directly.** All triage operations happen inside sub-agents. The top-level agent only orchestrates and reviews. ## Prerequisites Before starting, verify the same prerequisites the triage skill requires: ```bash which snouty && which agent-browser && which jq ``` Also confirm `ANTITHESIS_TENANT` is set: ```bash echo "$ANTITHESIS_TENANT" ``` If any prerequisite is missing, stop and report which ones are unavailable. ## Phase 1: Discover Runs Spawn a **general-purpose sub-agent** with the Agent tool. Provide these instructions, replacing `{{TENANT}}` with the actual value of the `$ANTITHESIS_TENANT` environment variable and `{{TRIAGE_SKILL}}` with the absolute path to `antithesis-triage/SKILL.md` in this repository: ``` Read the skill file at {{TRIAGE_SKILL}} and follow its instructions to list recent runs for the tenant "{{TENANT}}". Follow the "Summarize recent runs" workflow.
- 📁 .github/
- 📁 agents/
- 📁 assets/
- 📄 .gitignore
- 📄 CHANGELOG.md
- 📄 CONTRIBUTING.md
Build click-through cinematic web showcase pages with dynamic transitions and runtime style switching. Use when users ask for PPT alternatives, interactive launch pages, or high-end storytelling websites with multiple visual styles.
- 📁 benchmarks/
- 📄 .gitignore
- 📄 README.md
- 📄 SKILL-v1-legacy.md
Inference-time system-prompt rules for Korean multi-turn RAG agents. Hard imperatives + Korean few-shots + decision tables for ambiguous phrasings — followup handling, persistent-filter durability, particle stripping, verifier cross-turn context, hedge-phrase suppression, LLM-over-regex routing. Distilled from Korean pharma production traces; content is domain-neutral and applies to any Korean multi-turn RAG (customer support, legal, finance, public sector, medical, e-commerce). Triggers on Korean followups like "X만", "그럼 X는", "더 보여줘", "2번째 문서", "전체 다시", or symptoms like "followup broadens instead of filtering" / "sticky filter silently dropped mid-conversation" / "verifier flags correct multi-turn answer" / "retrieval looks fine but answer says 정보 없음". The older builder-facing field-guide body is preserved at `SKILL-v1-legacy.md` for reference.
Blast radius analysis - search for ALL usages before modifying any existing code. Prevents breaking unrelated consumers by scoping impact before scoping fix.
Audit a pattern file's vocabulary coverage by simulating the PreToolUse hook's query extraction on synthetic tool calls, ingesting the file, and reporting which queries surface it. Catches paraphrase gaps in pattern wording. Not a quality gate — see the limit disclosure below.
Use when preparing to engage a target account, researching a company before outreach, or building pre-call intelligence. Triggers: 'research this company', 'account brief for [company]', 'company research', 'what do I need to know about [company]', 'pre-outreach research'.