s-hiraoku/codex-harnesses · Archived

feature-implementation

Implement a feature safely with planning, focused edits, tests, docs, and verification.

First seen Jun 13, 2026

Installation

$ npx skills add s-hiraoku/codex-harnesses --skill feature-implementation

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from s-hiraoku/codex-harnesses · top by installs.

npx skills add s-hiraoku/codex-harnesses

Browse all from s-hiraoku/codex-harnesses

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 2
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 788 B
  • docs SUMMARY.md 117 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Feature Implementation

Use this workflow when adding or changing product behavior.

Workflow

  1. Understand the goal and user-visible behavior.
  2. Inspect the existing structure, patterns, tests, and docs.
  3. Make a short implementation plan.
  4. Implement in small, reviewable steps.
  5. Add or update tests when behavior can be tested.
  6. Update docs when commands, configuration, APIs, or user behavior changes.
  7. Run targeted verification during the work.
  8. Run repository-level verification before finalizing when practical.

Final Report

Include:

  • what changed
  • tests or checks run
  • docs updated
  • known risks or follow-up work