๐Ÿงช
QualityGo

Implement Feature

by runkids

Implement Feature is a Quality skill for Claude Code, published by runkids in skillshare.

2.6K stars157 forkson runkids/skillshareAdded 2026/08/18+1% in starsRepository updated 2026/08/10
agenthubaiclaude-codeclicodexcodex-skillscopilotcross-machine-synccursorgeminigoguiopenclawskillsskills-auditskills-managementskills-managerskills-uiskillshareteam-management
Install in seconds
Install Implement Feature
Copy Implement Feature into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/runkids/skillshare/tree/main/.skillshare/skills/skillshare-implement-feature ~/.claude/skills/skillshare-implement-feature

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/runkids/skillshare.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.skillshare/skills/skillshare-implement-feature/SKILL.md in runkids/skillshare
Installs to
~/.claude/skills/skillshare-implement-feature
Collection
One of 11 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Implement Feature does

Implement Feature writes Go code and tests for the Skillshare CLI using a test-first workflow. Use it when adding commands, flags, internal packages, or implementing functionality from a spec.

Implement Feature is cataloged under Quality on DirSkills. Implement Feature comes from a repository tagged agenthub, ai, claude-code, cli and codex.

Documentation

README

Implement a feature following TDD workflow. $ARGUMENTS is a spec file path (e.g., specs/my-feature.md) or a plain-text feature description.

Scope: This skill writes Go code and tests. It does NOT update website docs (use update-docs after) or CHANGELOG (use changelog after).

Workflow

Step 1: Understand Requirements

If $ARGUMENTS is a file path:

  1. Read the spec file
  2. Extract acceptance criteria and edge cases
  3. Identify affected packages

If $ARGUMENTS is a description:

  1. Search existing code for related functionality
  2. Identify the right package to extend
  3. Confirm scope with user before proceeding

Step 2: Identify Affected Files

List all files that will be created or modified:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Implement Feature

  • What else does runkids publish alongside Implement Feature?

    Implement Feature is one of 11 skills that DirSkills catalogs from runkids/skillshare, the repository it ships in. Its siblings there include Changelog Generator, Clean and Skill Authoring. Each one is a separate skill with its own page in this directory, installs the same way Implement Feature does, and is maintained by runkids in that same repository. The rest of the collection is listed on the runkids/skillshare page.

  • How does Implement Feature compare to other Quality skills?

    Implement Feature ranks #501 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Implement Feature against them. Open each page to compare what they document and how they install.

More from runkids/skillshare

Implement Feature is one of 11 skills cataloged on DirSkills from runkids/skillshare.

See all 11 skills โ†’
๐Ÿ“
2w ago

Changelog Generator

Changelog Generator creates a CHANGELOG.md entry from conventional commits between git tags and syncs the website changelog page. Use it when asked to generate a changelog or document what changed since the last release.
Writing
2.6K157
๐Ÿ”
2w ago

Clean

Clean helps with code reviews by checking for bugs, test coverage, and coding standards.
Quality
2.6K157
๐Ÿ“
2w ago

Skill Authoring

Skill Authoring walks through creating a SKILL.md file from scratch, auditing it, testing it, and sharing it with a team. Use it when you need to write custom instructions for AI coding tools like Claude Code, Cursor, or Codex.
AI Engineering
2.6K157
๐Ÿง 
2w ago

Skillshare

Skillshare manages and syncs AI CLI skills and agents across 50+ tools from a single source. Use it to install, update, uninstall, sync, audit, search, and troubleshoot skills or agents in global or project modes.
AI Engineering
2.6K157
๐Ÿงช
2w ago

Skillshare CLI E2E Test

Skillshare CLI E2E Test runs isolated end-to-end tests in a devcontainer using ai_docs/tests runbooks. Use it to execute runbooks, validate features end-to-end, create new runbooks, or test CLI behavior in isolation with ssenv and structured JSON reporting.
Quality
2.6K157
๐Ÿ”
2w ago

Skillshare Codebase Audit

Skillshare Codebase Audit cross-validates CLI flags, documentation, specs, tests, target definitions, handler splits, oplog instrumentation, and web API routes against source code. Use it after refactors, before releases, or when you suspect code, docs, or tests have drifted out of sync.
Quality
2.6K157