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/sma1lboy/coforce-apply/experiencenpx skills add Sma1lboy/coforce-apply --skill experiencegit clone --depth 1 https://github.com/Sma1lboy/coforce-applyWrote 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/sma1lboy/coforce-apply/experience)<a href="https://agentmods.dev/skills/sma1lboy/coforce-apply/experience"><img src="https://agentmods.dev/badge/skills/sma1lboy/coforce-apply/experience.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.00150 | $0.03423 |
| Opus 5 | $0.00075 | $0.01711 |
| Sonnet 5 | $0.00030 | $0.00685 |
| Haiku 4.5 | $0.00015 | $0.00342 |
Grade A, and why
experience 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 295 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Experience — Tier 0 source of truth
Tier 0 is the only CoForce layer allowed to scan GitHub. It runs once during
setup and again only when the user explicitly asks to refresh. /start,
/campaign, and per-JD matching must never call GitHub or refresh this index.
Position in the two-module design: the evidence this skill collects is Module-1 raw material — context for generating truthful bullets (see "Repo → STAR bullets" below) plus experience-derived skill candidates. Bullets still require user review into profile.json. Module 2 selects those reviewed bullets directly (
campaign.mjs pool) and merges the localexperience-index.json.skills[]with the user's resume/coursework skills and optional profile evidence enrichments. This is a local data read only; campaigns never refresh or call GitHub.
All output stays under ~/.coforce/experience/:
experience/
├── sources.json
├── github-evidence/
│ ├── raw/
│ └── library/
├── experience-index.json
└── manifest.json
Commands
The CLI lives at scripts/experience.mjs relative to this skill.
Add a source from a URL — normal user flow
When the user sends a GitHub repository, PR, or commit URL, process it directly.
Do not ask the user to fill in repo, author, or edit sources.json.
node "<experience-skill>/scripts/experience.mjs" source add "https://github.com/owner/repository"
node "<experience-skill>/scripts/experience.mjs" source add "https://github.com/owner/repository/pull/42"
node "<experience-skill>/scripts/experience.mjs" source add "https://github.com/owner/repository/commit/abc123"
Author inference is intentionally small and predictable:
- repository URL → the currently authenticated
ghuser; - pull-request URL → that PR's author;
- commit URL → the linked GitHub commit author, falling back to the authenticated
ghuser when GitHub has no linked account.
After adding, tell the user the inferred owner/repo ← author mapping. Ask for
a correction only if that inference is wrong. An explicit override is available
for the agent or advanced use, and does not call GitHub:
What ships with it
10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- scripts/evidence/__init__.py 387 B runs code
- scripts/evidence/common.py 2.7 KB runs code
- scripts/evidence/github_evidence.py 44 KB runs code
- scripts/evidence/github_sources.py 5.2 KB runs code
- scripts/evidence/LICENSE 8.6 KB
- scripts/experience-lib.mjs 15 KB runs code
- scripts/experience.mjs 4.2 KB runs code
- scripts/github_evidence.py 100 B runs code
- scripts/github_sources.py 99 B runs code
- scripts/source-resolver.mjs 3.6 KB runs code
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.
- 5d ago First seen · 295 lines · 150 tokens per session scan A 44051604e897
experience is a skill published in the GitHub repository Sma1lboy/coforce-apply (5 stars, last pushed 6d ago), licensed MIT. It adds 150 tokens to every session and 3,423 once invoked, about $0.0007 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…