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 skills add alexmond/alexmskills --skill asgit clone --depth 1 https://github.com/alexmond/alexmskillsWrote 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/alexmond/alexmskills/as)<a href="https://agentmods.dev/skills/alexmond/alexmskills/as"><img src="https://agentmods.dev/badge/skills/alexmond/alexmskills/as.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.00076 | $0.00642 |
| Opus 5 | $0.00038 | $0.00321 |
| Sonnet 5 | $0.00015 | $0.00128 |
| Haiku 4.5 | $0.00008 | $0.00064 |
Grade A, and why
as 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 8d 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.
What it actually says
Run a role solo
Input: $ARGUMENTS — the first word is the role name; the rest is the target.
- Resolve the role. Prefer the repo's instantiated copy
.claude/roles/<role>.md(the canonical, evolving one;registry.mdindexes these). If it's absent, check this plugin's bundled seeds alongside this skill at../<role>/role.md— if found, copy it verbatim to.claude/roles/<role>.mdand use that. If the role exists in neither, list the available roles (repo.claude/roles/*.mdplus the bundled../*/role.md, excludingcrew.md/panel.md/registry.md/thisasskill) and stop — don't improvise a persona. - Apply it. Adopt the role's Charter and Body; honor every entry under
## Learnings (core)and## Learnings (solo). Notecrew.mdandpanel.mdare consumer registries, not roles — never load them as personas. 2.5 Anchor in the Prompt Library (optional). Each engineering persona maps to a category of Anthropic's Claude Code Prompt Library —architect→Plan,builder→Implement,debugger→Debug,optimizer→Debug,refactorer→Refactor,reviewer→Review,skeptic→Review (the role's Body also names its category). If theprompt-coachplugin is installed, run itsconfig.py library --category <Category>for gold-standard prompt shapes in this role's domain and let them inform your opening. Degrade silently — this is enrichment, not a dependency; skip it if the plugin/command isn't present. - Work the target following the Body's method and deliverables.
- Capture a learning. If the run surfaced a durable, reusable lesson (a fix that took more
than one cycle, a stack- or repo-specific gotcha, a stated user preference), append one line
under
## Learnings (solo)in the role file:- YYYY-MM-DD — <one sentence>. Don't log routine one-pass outcomes.
Charter and Body edits are never made during a run — propose them to the user instead (identity changes are deliberate, user-gated).
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.
- 8d ago First seen · 36 lines · 76 tokens per session scan A c3b113a81384
as is a skill published in the GitHub repository alexmond/alexmskills (6 stars, last pushed today), licensed MIT. It adds 76 tokens to every session and 642 once invoked, about $0.0004 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-31.
Other skills, from other repositories
security-compliance
Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding security throughout the SDLC.
stride-analysis-patterns
Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.
cache-components
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). PROACTIVE ACTIVATION: Use this skill automatically when working in Next.js projects that have cacheComponents: true in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best…
manage-skills
A maintenance workflow for checking whether project verification skills still cover the code and rules that changed during a session.
blind-spot-pass
Use before starting work in a domain you don't know well, to surface the "unknown unknowns" — the things you don't even know to ask about — and learn just enough to prompt and decide well. Implements the "blind spot pass" pattern from Anthropic's Fable "finding your unknowns" field guide. Triggers when you say "I'm…
session-wrap
Use when wrapping up a session before ending. 4 parallel subagents detect doc updates, repeated patterns, learning points, and follow-ups, then a verifier deduplicates and presents choices. Triggers on /session-wrap, session wrap, session cleanup, end of session.