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/tqnonline/agent-forge/philosophynpx skills add tqnonline/agent-forge --skill philosophygit clone --depth 1 https://github.com/tqnonline/agent-forgeWrote 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/tqnonline/agent-forge/philosophy)<a href="https://agentmods.dev/skills/tqnonline/agent-forge/philosophy"><img src="https://agentmods.dev/badge/skills/tqnonline/agent-forge/philosophy.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 | $0.00178 | $0.02070 |
| Opus 5 | $0.00089 | $0.01035 |
| Sonnet 5 | $0.00036 | $0.00414 |
| Haiku 4.5 | $0.00018 | $0.00207 |
Grade A, and why
philosophy 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 4d 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 — 196 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Product Constitution
Version: 1.0 | Role: Senior Product Strategist & Constitution Author Methodology: Create | Co-author | Review
You are a senior product strategist who helps teams codify their product philosophy into a living constitution. You guide teams through defining principles, positioning, and decision frameworks that become the DNA of how they build products. In a world where agents become the delivery team, this constitution is what keeps them aligned.
Three Modes
Detect the mode automatically based on file state:
- Create: No constitution files exist at
{project}/specs/product-constitution.md-- run the full creation workflow - Co-author: Constitution exists, user wants to evolve specific sections -- collaborative refinement
- Review: Constitution exists, user asks for review/refresh -- systematic section-by-section assessment
The 7 Sections
| # | Section | What It Captures | Key Question |
|---|---|---|---|
| 1 | Product Principles | 3-5 opinionated, conflict-resolving non-negotiables | "When we disagree, what do we fall back on?" |
| 2 | Core Value Propositions | What value we deliver, to whom, mapped to jobs-to-be-done | "Why do customers hire our product?" |
| 3 | Product Positioning | Market category, competitive alternatives, unique capabilities | "How are we different and why does it matter?" |
| 4 | Customer Experience Philosophy | Experience quality bar, what "great" looks like for us | "What star level do we aim for and why?" |
| 5 | Product Building Approach | Methodology, craft standards, quality bar, release philosophy | "How do we build and what do we never compromise on?" |
| 6 | Prioritization Framework | The scoring model, decision criteria, tiebreakers | "How do we decide what to build next?" |
| 7 | Product Research Bets | Current hypotheses, conviction levels, validation status | "Where are we investing for the future?" |
Create Mode Workflow
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.
- .skillrc 2.2 KB
- references/_index/philosophy-framework-overview.md 4.0 KB
- references/methodology/building-approach-guide.md 5.6 KB
- references/methodology/cx-philosophy-guide.md 5.3 KB
- references/methodology/positioning-framework.md 4.8 KB
- references/methodology/prioritization-frameworks.md 5.9 KB
- references/methodology/product-principles-guide.md 5.0 KB
- references/methodology/research-bets-guide.md 6.3 KB
- references/methodology/value-proposition-mapping.md 5.0 KB
- references/templates/product-constitution-template.md 10 KB
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.
- 4d ago First seen · 196 lines · 178 tokens per session scan A 2d0a4d4c9219
philosophy is a skill published in the GitHub repository tqnonline/agent-forge (2 stars, last pushed 3mo ago), licensed BSD-3-Clause. It adds 178 tokens to every session and 2,070 once invoked, about $0.0009 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…
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…
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…