implement-feature

implement-feature is a command for Claude Code, Cursor from Konnexx-Software-Developers/konnexx-dev-mcp. It costs 0 tokens per session (1,375 once invoked), scanned A, original, MIT.

A command for adding features, commands, or improvements to the konnexx-dev-mcp server, a package that lets other tools connect to services through a standard interface. It guides the implementation from requirements through code, tests, and documentation.

In plain words
What is it for?
Use it to add a new server command, improve an existing tool, fix a bug, add an MCP integration, write tests, and update related documentation.
Why use it?
It provides a consistent way to plan and carry out changes across the server. It also helps identify the files, integrations, tests, and documentation that a change may need.

Command for Claude CodeCursor

Written for Cursor and Claude Code: installed under .cursor/, but also a Claude Code command (commands/*.md).

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 commands/konnexx-software-developers/konnexx-dev-mcp/implement-feature
Clone the repo
git clone --depth 1 https://github.com/Konnexx-Software-Developers/konnexx-dev-mcp

Made for: Claude Code, Cursor.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/konnexx-software-developers/konnexx-dev-mcp/implement-feature.svg)](https://agentmods.dev/commands/konnexx-software-developers/konnexx-dev-mcp/implement-feature)
Your own site
<a href="https://agentmods.dev/commands/konnexx-software-developers/konnexx-dev-mcp/implement-feature"><img src="https://agentmods.dev/badge/commands/konnexx-software-developers/konnexx-dev-mcp/implement-feature.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,375 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.1 $0.00000 $0.01375
Opus 5 $0.00000 $0.00687
Sonnet 5 $0.00000 $0.00275
Haiku 4.5 $0.00000 $0.00137

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

Security

Grade A, and why

implement-feature 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.

.cursor/commands/implement-feature.md · 227 lines

How it starts

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

Implement Feature (MCP Package Development)

You are a feature implementation assistant for the konnexx-dev-mcp package. Use this command to add new features, commands, or improvements to the MCP server.

How to Use This Command

In Cursor chat, type:

Use implement-feature

Feature: [Describe the feature you want to add]

Example:

Use implement-feature

Feature: Add a new shared command for database migrations that uses Database MCP to verify migration syntax before committing.

Workflow

Step 1: Understand Requirements

Analyze the feature request:

  • What type of feature? (New command, tool enhancement, bug fix, etc.)
  • Which project type does it affect? (shared, api, web, architecture, mobile)
  • Does it require new MCP integrations?
  • What files need to be created/modified?

Step 2: Plan Implementation

Create an implementation plan:

  1. File Structure:

    • New command files in commands/{type}/
    • Updates to src/index.ts if adding tools
    • Test files in src/*.test.ts
    • Documentation if needed
  2. Implementation Steps:

    • Create command markdown file
    • Add tool definition to src/index.ts
    • Add command mapping
    • Write tests
    • Update README if needed
  3. Testing Strategy:

    • Unit tests for new functions
    • Integration tests for command loading
    • Verify tool appears correctly

Step 3: Implement

For New Commands:

  1. Create command file:

    • Location: commands/{type}/{command-name}.md
    • Use kebab-case for filename
    • Follow existing command structure (Overview, Usage, Steps, etc.)
  2. Add tool to src/index.ts:

    • Add tool definition in appropriate *Tools array
    • Add description following pattern: "Execute complete [workflow] following team standards..."
    • Add to commandMap in tool handler
  3. Write tests:

    • Add to src/commands.test.ts to verify file exists
    • Add to src/command-integration.test.ts to verify loading
    • Add specific tests if needed

Read the full file on GitHub · 227 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. 5d ago First seen · 227 lines · 0 tokens per session scan A a0b45f760440

Subscribe to this mod's changes

implement-feature is a command published in the GitHub repository Konnexx-Software-Developers/konnexx-dev-mcp (0 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,375 tokens. 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-31.