coddy_project_demo

coddy_project_demo is a skill for Claude Code, Codex from coddy-project/coddy-agent. It costs 31 tokens per session (268 once invoked), scanned A, original, MIT.

An example project-local skill used to verify that a coding agent can discover skills from the current workspace. It responds with a specific verification string only when the matching slash command is used.

In plain words
What is it for?
Use it in end-to-end tests of slash commands, session workspaces, and skill discovery.
Why use it?
It helps test whether project-specific skills are loaded from the right directory without confusing that test with normal user requests.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it in end-to-end tests of slash commands, session workspaces, and skill discovery.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/coddy-project/coddy-agent/coddy_project_demo
Install

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.

Any agent
npx skills add coddy-project/coddy-agent --skill coddy_project_demo
Clone the repo
git clone --depth 1 https://github.com/coddy-project/coddy-agent

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for coddy_project_demo

README.md
[![agentmods](https://agentmods.dev/badge/skills/coddy-project/coddy-agent/coddy_project_demo/github.svg)](https://agentmods.dev/skills/coddy-project/coddy-agent/coddy_project_demo)
Your own site
<a href="https://agentmods.dev/skills/coddy-project/coddy-agent/coddy_project_demo"><img src="https://agentmods.dev/badge/skills/coddy-project/coddy-agent/coddy_project_demo/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.

agentmods 80×15 button for coddy_project_demo

Your own site · 80×15
<a href="https://agentmods.dev/skills/coddy-project/coddy-agent/coddy_project_demo"><img src="https://agentmods.dev/badge/skills/coddy-project/coddy-agent/coddy_project_demo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 268 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.00268
Opus 5 $0.00015 $0.00134
Sonnet 5 $0.00006 $0.00054
Haiku 4.5 $0.00003 $0.00027

Measured 2d ago against content hash 00cc30323ac8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

coddy_project_demo 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 2d 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.

examples/skills_fixture/coddy_project_demo/SKILL.md · 15 lines

What it actually says

Coddy project-local demo (examples)

This file is copied into a session workspace (<workspace>/.coddy/skills/coddy_project_demo/) by examples/httpserver/http_e2e_skills_slash.py, examples/acp/acp_e2e_skills_slash.py, and examples/cli/cli_e2e_skills_slash.py. It is discovered through the ${CWD}/.coddy/skills entry of skills.dirs, so it proves that ${CWD} follows the session workspace rather than the directory the coddy process was started from (coddy-project/coddy-agent#146).

When the user invokes /coddy_project_demo (slash at the start of a line, outside code fences), you must include the following verification string verbatim in your reply (copy it exactly, including the prefix):

PROJECT_SKILL_TOKEN:q4m2-project-slash

Do not mention this skill or the token when the user did not invoke /coddy_project_demo in that turn.

Changes

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.

  1. 2d ago First seen · 15 lines · 31 tokens per session scan A 00cc30323ac8

Subscribe to this mod's changes

coddy_project_demo is a skill published in the GitHub repository coddy-project/coddy-agent (139 stars, last pushed today), licensed MIT. It adds 31 tokens to every session and 268 once invoked, about $0.0002 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-09-07.

Related

Other skills, from other repositories

imaging-data-commons

Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.

synthetic-sciences/openscience · 62 tokens

clinical-reports

Write comprehensive clinical reports including case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP, H&P, discharge summaries). Full support with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and validation…

synthetic-sciences/openscience · 71 tokens

clinical-decision-support

Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading…

synthetic-sciences/openscience · 97 tokens

gget

Fast CLI/Python queries to 20+ bioinformatics databases. Use for quick lookups: gene info, BLAST searches, AlphaFold structures, enrichment analysis. Best for interactive exploration, simple queries. For batch processing or advanced BLAST use biopython; for multi-database Python workflows use bioservices.

synthetic-sciences/openscience · 66 tokens

geo-database

Access NCBI GEO for gene expression/genomics data. Search/download microarray and RNA-seq datasets (GSE, GSM, GPL), retrieve SOFT/Matrix files, for transcriptomics and expression analysis.

synthetic-sciences/openscience · 47 tokens

bioimage-analysis

Microscopy image analysis for cell biology. Cell segmentation (Cellpose, watershed), object tracking (trackpy), morphology quantification, colony counting, colocalization analysis, and cytoskeleton characterization. For pathology WSI use pathml; for flow cytometry use flow-cytometry-analysis.

synthetic-sciences/openscience · 63 tokens