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 lckx777/copy-chief-black --skill ecosystem-guidegit clone --depth 1 https://github.com/lckx777/copy-chief-blackWrote 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/lckx777/copy-chief-black/ecosystem-guide)<a href="https://agentmods.dev/skills/lckx777/copy-chief-black/ecosystem-guide"><img src="https://agentmods.dev/badge/skills/lckx777/copy-chief-black/ecosystem-guide/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/lckx777/copy-chief-black/ecosystem-guide"><img src="https://agentmods.dev/badge/skills/lckx777/copy-chief-black/ecosystem-guide.svg" alt="Reviewed on agentmods" width="80" 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.00085 | $0.02123 |
| Opus 5 | $0.00043 | $0.01061 |
| Sonnet 5 | $0.00017 | $0.00425 |
| Haiku 4.5 | $0.00009 | $0.00212 |
Grade C, and why
ecosystem-guide scanned grade C with 2 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 9d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
grep "VERSION=" ~/.claude/.version Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
ls ~/.claude/skills/ | wc -l # Skills How it starts
The opening of the file, as written. The whole thing — 276 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ecosystem Guide
Orquestrador unificado para workflow de ofertas e estado do ecossistema.
Quick State Check
# Verificar estado atual
ls ~/.claude/skills/ | wc -l # Skills
ls ~/.claude/commands/*.md | wc -l # Commands
# MCPs conectados
claude mcp list | grep "Connected" | wc -l
# Versão do ecossistema
grep "VERSION=" ~/.claude/.version
Workflow Principal
PESQUISA → HELIX → PRODUÇÃO → ENTREGA
↓ ↓ ↓ ↓
audience-research → helix-system → production-agent → copy-critic
Criar Nova Oferta
Usar skill create-offer ou manualmente:
cd ~/copywriting-ecosystem/{nicho}
mkdir -p {oferta}/{research,briefings/phases,production}
4 Fases do Pipeline
FASE 1: PESQUISA (1-2 dias)
Skill: audience-research-agent
O que acontece:
- Orquestra 4 módulos de pesquisa (VOC, Competitors, Mechanism, Avatar)
- Cada módulo gera
summary.md(≤500 tokens) - Synthesizer consolida em
research/synthesis.md
Quality Gate:
- synthesis.md existe
- Confidence score ≥70%
- 4 summaries presentes
Validação: python3 ~/copywriting-ecosystem/scripts/validate-gate.py RESEARCH {path}
FASE 2: HELIX BRIEFING (2-3 dias)
Comando: Invocar helix-system-agent
10 Fases HELIX:
- MUP (Mecanismo Único de Persuasão)
- MUS (Mecanismo Único de Solução)
- DRE (Dominant Resident Emotion)
- One Belief
- Inimigo Comum
- Nova Oportunidade
- Prova/Autoridade
- Oferta Irresistível
- Stack de Valor
- Urgência/Escassez
Quality Gate:
- 10/10 fases preenchidas
- MUP validado com copy-critic (STAND)
- MUS validado com copy-critic (STAND)
FASE 3: PRODUÇÃO (3-5 dias)
Skill: production-agent
Deliverables:
- VSL draft completo
- LP 14 blocos
- ≥3 criativos por plataforma
- Sequência de emails
Quality Gate:
- Review score ≥12/16
FASE 4: REVIEW & ENTREGA
Skill: copy-critic (validação final)
Entrega: Usar skill sync-project para sincronizar com Claude.ai Project
What ships with it
1 file 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.
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.
- 9d ago First seen · 276 lines · 85 tokens per session scan C c5ab3e42cd65
ecosystem-guide is a skill published in the GitHub repository lckx777/copy-chief-black (5 stars, last pushed 6mo ago), licensed MIT. It adds 85 tokens to every session and 2,123 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 2 findings (reads agent configuration directories, enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
story-readiness
Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…
projects
List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.
remove
Remove a deployed framework or addon from the current workspace.