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/sistema2d/framecode-vibework/project-instantiationnpx skills add Sistema2D/FrameCode-VibeWork --skill project-instantiationgit clone --depth 1 https://github.com/Sistema2D/FrameCode-VibeWorkWrote 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/sistema2d/framecode-vibework/project-instantiation)<a href="https://agentmods.dev/skills/sistema2d/framecode-vibework/project-instantiation"><img src="https://agentmods.dev/badge/skills/sistema2d/framecode-vibework/project-instantiation.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.00015 | $0.00343 |
| Opus 5 | $0.00008 | $0.00171 |
| Sonnet 5 | $0.00003 | $0.00069 |
| Haiku 4.5 | $0.00002 | $0.00034 |
Grade A, and why
project-instantiation 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.
What it actually says
Project instantiation
Purpose
Convert clean project profiles into evidence-backed application truth without editing framework policies or reusable templates.
Use conditions
Use only for a verified clean-template workspace becoming a new application. Existing or partially governed applications use retroactive-instantiation instead.
Inputs
INSTANTIATION.md, BRIEFING.md, OWNERSHIP.md, FRAMEWORK_LOCK.md, and user-approved product context.
Procedure
- Confirm the workspace is a clean template, not an existing application.
- Create the instantiation plan.
- Complete briefing gaps or record questions.
- Fill project profiles and set one application version source.
- Preserve framework policies and templates.
- Remove or explicitly waive project-profile placeholders.
- Set profile
instantiation_status: complete. - Run validator with
instantiatedprofile.
Non-responsibilities
- global recursive replacement;
- inventing product decisions;
- copying any production-derived comparison fixture or another application's history as project truth;
- changing framework version.
Required output
Completed profiles, first application plan/changelog, remaining questions, and validation report.
Validation and exit
Ownership is correct, required profiles are complete, version namespaces are separate, and no example/history contamination exists.
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 · 55 lines · 15 tokens per session scan A 4d0d7644fd80
project-instantiation is a skill published in the GitHub repository Sistema2D/FrameCode-VibeWork (23 stars, last pushed 5d ago), licensed Apache-2.0. It adds 15 tokens to every session and 343 once invoked, about $0.0001 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
Compliance Checker
Check regulatory compliance across finance, tax, employment, data privacy, and industry-specific requirements.
wendao
Internal guardian skill for creating and editing Wendao DocOS documentation.
Advisory Board Builder
Recruit, structure, and manage advisory boards for strategic guidance.
Board Meeting Prep
Prepare board meeting decks, updates, and materials for effective governance.
rag-retrieval
Retrieval-Augmented Generation patterns for grounded LLM responses. Use when building RAG pipelines, embedding documents, implementing hybrid search, contextual retrieval, HyDE, agentic RAG, multimodal RAG, query decomposition, reranking, or pgvector search.
dev
One-command dev loop boot. Spins up portless (named HTTPS subdomain), emulate (stateful API mocks), the project's dev server, and an agent-browser session, all keyed to the current git branch. Use when starting a feature branch, switching worktrees, or returning to a project after a break. Skips silently with install…