product-feature-tech-implement

product-feature-tech-implement is a skill for Claude Code, Codex from digoal/blog. It costs 471 tokens per session (3,960 once invoked), scanned A, original, GPL-2.0.

A skill for delivering a product feature from a design document and existing source code through development, code review, and testing. It also creates a user guide and implementation summary.

In plain words
What is it for?
Use it for end-to-end feature work when you have requirements and a codebase, including features that depend on services such as PostgreSQL or MySQL.
Why use it?
It brings the main delivery steps into one process and continues fixing issues until the tests pass.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it for end-to-end feature work when you have requirements and a codebase, including features that depend on services such as PostgreSQL or MySQL.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/digoal/blog/product_feature_tech_implement
View source ↗ digoal/blog
About the project

digoal/blog is a large collection of Chinese-language articles, courses, videos, and practical learning materials about databases, especially PostgreSQL and related systems, along with topics such as AI, open source, business, and finance. It is for database administrators, developers, architects, and others learning database technologies and their applications.

digoal/blog · 8,568 stars · on GitHub

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 digoal/blog --skill product_feature_tech_implement
Clone the repo
git clone --depth 1 https://github.com/digoal/blog

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 product-feature-tech-implement

README.md
[![agentmods](https://agentmods.dev/badge/skills/digoal/blog/product_feature_tech_implement.svg)](https://agentmods.dev/skills/digoal/blog/product_feature_tech_implement)
Your own site
<a href="https://agentmods.dev/skills/digoal/blog/product_feature_tech_implement"><img src="https://agentmods.dev/badge/skills/digoal/blog/product_feature_tech_implement.svg" alt="Measured on agentmods" height="20"></a>
Per session 471 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,960 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown 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.00471 $0.03960
Opus 5 $0.00235 $0.01980
Sonnet 5 $0.00094 $0.00792
Haiku 4.5 $0.00047 $0.00396

Measured 5d ago against content hash 1a6681ee95cd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

product-feature-tech-implement 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 5d 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.

skills/skills_for_claude_web/product_feature_tech_implement/SKILL.md · 219 lines

The source is not reproduced here

Licensed GPL-2.0

The repository is licensed GPL-2.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

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

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. 5d ago First seen · 219 lines · 471 tokens per session scan A 1a6681ee95cd

Subscribe to this mod's changes

product-feature-tech-implement is a skill published in the GitHub repository digoal/blog (8,568 stars, last pushed today), licensed GPL-2.0. It adds 471 tokens to every session and 3,960 once invoked, about $0.0024 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-03.

Related

Other skills, from other repositories

gh-issue

Size-audit, write, and split BanyanDB issues that somebody else or an automated TDD workflow can implement. Use whenever the user asks to file or revise an issue, decide whether an issue is too large, make an issue TDD-ready, turn a design into tickets, or split an umbrella into executable leaves. Do not draft or file…

apache/skywalking-banyandb · 91 tokens

Drizzle ORM Testing

Testing patterns for Drizzle ORM covering migration testing, query builder testing, transaction testing, and database integration testing with PostgreSQL, SQLite, and MySQL.

PramodDutta/qaskills · 36 tokens

graphjin-eval

Create, extend, run, baseline, and diagnose GraphJin agent evaluations through the graphjin eval CLI.

dosco/graphjin · 27 tokens

graphjin-env

Use when setting up a training or evaluation loop against a GraphJin agent environment — running the container, reading /health, driving episodes hosted or step-by-step or with your own agent over MCP, splitting train from eval, exporting trajectories, and deciding whether two rewards can be compared.

dosco/graphjin · 61 tokens

record-gotchas

Capture surprises, workarounds, and rough edges hit while consuming the public surface of Prisma Next, Prisma Compute, or Prisma Postgres — anything a real user of these products would experience. Fires whenever an operator (or agent) writes a workaround, hits a surprising failure mode, or finds undocumented behaviour…

prisma/orm · 219 tokens

team-qa

Orchestrate the QA team through a full testing cycle. Coordinates qa-lead (strategy + test plan) and qa-tester (test case writing + bug reporting) to produce a complete QA package for a sprint or feature. Covers: test plan generation, test case writing, smoke check gate, manual QA execution, and sign-off report.

Donchitos/Claude-Code-Game-Studios · 73 tokens