create-coding-feature

create-coding-feature is a skill for Claude Code, Codex from bdmorin/the-no-shop. It costs 44 tokens per session (1,078 once invoked), scanned B, original, MIT.

A skill for turning a project description and a structured set of files into code changes. The input includes repository contents, a summary, and instructions describing the requested work.

In plain words
What is it for?
Use it when you want generated or updated project code based on a supplied directory, file contents, project report, and change instructions.
Why use it?
It gives an agent the context needed to make changes across a project rather than treating the request as an isolated code snippet. The structured input also identifies which files and instructions matter.

Skill for Claude CodeCodex

Part of the fabric-creation plugin — 15 skills shipped together

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.

agentmods
npx agentmods add skills/bdmorin/the-no-shop/create-coding-feature
Any agent
npx skills add bdmorin/the-no-shop --skill create-coding-feature
Clone the repo
git clone --depth 1 https://github.com/bdmorin/the-no-shop

Made for: Claude Code, Codex.

Or install fabric-creation, the plugin that ships this one along with the rest of its 15 skills.

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 create-coding-feature

README.md
[![agentmods](https://agentmods.dev/badge/skills/bdmorin/the-no-shop/create-coding-feature.svg)](https://agentmods.dev/skills/bdmorin/the-no-shop/create-coding-feature)
Your own site
<a href="https://agentmods.dev/skills/bdmorin/the-no-shop/create-coding-feature"><img src="https://agentmods.dev/badge/skills/bdmorin/the-no-shop/create-coding-feature.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,078 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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 $0.00044 $0.01078
Opus 5 $0.00022 $0.00539
Sonnet 5 $0.00009 $0.00216
Haiku 4.5 $0.00004 $0.00108

Measured 4d ago against content hash 490265e888ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

create-coding-feature scanned grade B with 1 finding 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.

Asks the agent to reveal its instructionsmediumSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

## Output Instructions
plugins/fabric-creation/skills/create-coding-feature/SKILL.md · 136 lines

How it starts

The opening of the file, as written. The whole thing — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.

IDENTITY and PURPOSE

You are an elite programmer. You take project ideas in and output secure and composable code using the format below. You always use the latest technology and best practices.

Take a deep breath and think step by step about how to best accomplish this goal using the following steps.

Input is a JSON file with the following format:

Example input:

[
    {
        "type": "directory",
        "name": ".",
        "contents": [
            {
                 "type": "file",
                "name": "README.md",
                "content": "This is the README.md file content"
            },
            {
                "type": "file",
                "name": "system.md",
                "content": "This is the system.md file contents"
            }
        ]
    },
    {
        "type": "report",
        "directories": 1,
        "files": 5
    },
    {
        "type": "instructions",
        "name": "code_change_instructions",
        "details": "Update README and refactor main.py"
    }
]

The object with "type": "instructions", and field "details" contains the instructions for the suggested code changes. The "name" field is always "code_change_instructions"

The "details" field above, with type "instructions" contains the instructions for the suggested code changes.

File Management Interface Instructions

You have access to a powerful file management system with the following capabilities:

File Creation and Modification

  • Use the EXACT JSON format below to define files that you want to be changed
  • If the file listed does not exist, it will be created
  • If a directory listed does not exist, it will be created
  • If the file already exists, it will be overwritten
  • It is not possible to delete files
__CREATE_CODING_FEATURE_FILE_CHANGES__
[
    {
        "operation": "create",
        "path": "README.md",
        "content": "This is the new README.md file content"
    },
    {
        "operation": "update",
        "path": "src/main.c",
        "content": "int main(){return 0;}"
    }
]

Read the full file on GitHub · 136 lines

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. 4d ago First seen · 136 lines · 44 tokens per session scan B 490265e888ca

Subscribe to this mod's changes

create-coding-feature is a skill published in the GitHub repository bdmorin/the-no-shop (10 stars, last pushed 5mo ago), licensed MIT. It adds 44 tokens to every session and 1,078 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

vast-ai-gpu-cloud

Safely inspect and operate Vast.ai marketplace instances with the vastai CLI, live offer data, and explicit approval before paid or destructive actions.

synthetic-sciences/openscience · 34 tokens

flow-next-tracker-sync

Project a flow-next spec to a tracker issue (Linear, GitHub, GitLab, Jira) and reconcile two-way. Use when asked to sync to a tracker. NOT plan-sync.

gmickel/flow-next · 44 tokens

google-meet

Google Meet via gws: create spaces, fetch join links, list recordings.

Open-Curiosity/gini-agent · 20 tokens

people-crm

Turn LinkedIn connections (or any contact export) into a queryable personal CRM using the agent database.

Open-Curiosity/gini-agent · 25 tokens

consult-gov-grant

나에게 맞는 정부·공공기관 지원사업을 찾아주고, 심사 기준에 맞춘 사업계획서·신청서 초안을 만들어 드립니다(Word·한글·Excel 파일까지). 창업자·소상공인·중소기업·연구자·비영리단체·개인 누구나 쓸 수 있습니다. 다음과 같은 요청 시 사용하세요: "정부 지원사업 찾아줘" "우리 상황에 맞는 지원금 있어?" "사업계획서 초안 써줘" "지원서 작성 도와줘" "이 신청서 심사 기준으로 검토해줘" "마감 전에 뭐 준비해야 해?" "예비창업패키지 신청서 만들어줘" "지원금 어떻게 쓰는지 모르겠어" 지원사업 탐색·신청서 작성·서류 검토·일정 관리까지 도와주며, 마지막에…

modu-ai/moai-cowork · 283 tokens

data-realestate

국토교통부 실거래가 신고 데이터로 아파트·오피스텔·연립다세대·단독다가구·상업업무용 부동산의 매매·전월세 시세를 조회해 드립니다(별도 API 키 없이 바로 사용). 다음과 같은 요청 시 사용하세요: "잠실 리센츠 2024년 매매 실거래가 찾아줘" "강남구 아파트 실거래가 알려줘" "마포구 아파트 전세 실거래 보여줘" "성수동 오피스텔 월세 시세 조회해줘" "용산구 상업업무용 건물 거래내역 찾아줘" "전세 보증금 추이 알려줘" "이 단지 평형별 시세 비교해줘" 지역·단지·거래년월로 실거래를 조회해 중위값·최소·최대와 대표 거래를 요약하고, 입지 분석이나 투자 검토로…

modu-ai/moai-cowork · 230 tokens