Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/markmhendrickson/neotoma/fix-feature-bugnpx skills add markmhendrickson/neotoma --skill fix-feature-buggit clone --depth 1 https://github.com/markmhendrickson/neotomaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/markmhendrickson/neotoma/fix-feature-bug)<a href="https://agentmods.dev/skills/markmhendrickson/neotoma/fix-feature-bug"><img src="https://agentmods.dev/badge/skills/markmhendrickson/neotoma/fix-feature-bug.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00008 | $0.00784 |
| Opus 5 | $0.00004 | $0.00392 |
| Sonnet 5 | $0.00002 | $0.00157 |
| Haiku 4.5 | $0.00001 | $0.00078 |
Grade A, and why
fix-feature-bug scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
2 near-identical copies found in the catalogue:
- fix-feature-bug — 92% identical, 9 lines differ
- fix_feature_bug — 91% identical, 17 lines differ
How it starts
The opening of the file, as written. The whole thing — 108 lines — stays where its author put it; the contents beside it link to each section on GitHub.
name: fix-feature-bug description: Fix bugs using structured workflow with error classification and regression tests. triggers:
- bug
- error
- fix
- broken
- not working
- failing
- fix-feature-bug
- /fix-feature-bug
Fix Feature Bug
Fix a bug in a feature or module.
Configuration is read from foundation-config.yaml.
This workflow can also be triggered automatically via .claude/rules/bug_fix_detection.md (or foundation/agent_instructions/cursor_rules/bug_fix_detection.md) when you mention bug/error-related patterns in natural language (e.g., "bug", "error", "fix", "broken"). Both paths execute the same workflow.
Workflow
-
Load configuration:
- Read
foundation-config.yamlfor bug fix settings - Check if error classification is configured
- Determine feature/module directory structure
- Read
-
Identify feature/module from error, path, or context.
-
Load relevant documents:
- Repository navigation guide (if configured)
- Feature/module spec and manifest (if available)
- Error classification documentation (if configured)
- Relevant subsystem/module documentation (if configured)
-
Classify bug (if error classification configured):
- Use configured error classification system
- Determine correction approach based on class
-
Apply correction rules:
- If Class 1 (Implementation bug): Patch code only
- If Class 2 (Spec bug): Update spec/manifest first, then align code/tests
- If Class 3 (Architectural bug): Update subsystem/architecture docs first, then rebuild
- If no classification: Fix bug and update relevant documentation
-
Always add a regression test.
-
Run tests:
- Run configured test commands
- Verify fix doesn't break existing functionality
-
Output:
- Error class (if classification configured)
- Reason for classification
- Corrected files
- Tests added/updated
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 108 lines · 8 tokens per session scan A a908367fcce2
fix-feature-bug is a skill published in the GitHub repository markmhendrickson/neotoma (31 stars, last pushed 2d ago), licensed MIT. It adds 8 tokens to every session and 784 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
agentsight-bugfix
AgentSight fix issues 流程。了解问题 → 复现验证 → 根因分析 → 编码修复 → 验证修复,五阶段标准化调试迭代循环。确保 AI agent 遵循最小改动、逐轮验证的修复规范。.
alibabacloud-sysom-diagnosis
Use when troubleshooting Linux server performance or stability issues — CPU saturation, high load, scheduling delay, memory pressure, OOM events, high RSS, page cache / shared memory growth, memory cgroup residue, Java heap issues, disk IO saturation or latency, packet loss, network jitter, or a server that is slow…
security-observability
只读查询 agent-sec-cli 已落盘的历史安全事件记录,并据此生成会话级安全复盘。仅当用户显式要求查看或审计已发生的安全事件、安全告警、安全审计记录,或要求按 session/run/trace/时间/类别筛选与统计已有安全事件,或要求复盘某次会话的安全判定时使用。不用于扫描新内容:检查代码安全性用 code-scanner,检测 prompt 注入用 prompt-scanner,审查 Skill 安全状态用 skill-ledger。不要因为对话中出现“安全”“工具调用”等字样、或为了主动自查而触发。.
add-backend
Guide for adding a backend (Rust or Python) to the agent-sec-core security middleware. Use when creating new backends, integrating Rust or Python code into the security middleware, or extending with new backend actions.
regex-mastery
Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.
clawhub-skill-mng
Search, install, uninstall, update and manage agent skills. Use when the user asks to find/search/install/uninstall/update/list/explore skills, asks "how do I do X" or "find a skill for X", or wants to extend agent capabilities in a specific domain.