🧠
AI EngineeringShell

Plan Create GitHub

by CodelyTV

Plan Create GitHub is an AI Engineering skill for Claude Code, published by CodelyTV in agent-harness.

242 stars6 forkson CodelyTV/agent-harnessAdded 2026/09/03+7% in starsRepository updated 2026/08/06
agent-harnessagent-hooksagent-skillsrpiskillsskills-sh
Install in seconds
Install Plan Create GitHub
Copy Plan Create GitHub 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/CodelyTV/agent-harness/tree/main/.agents/skills/codely-plan-create-github ~/.claude/skills/codely-plan-create-github

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/CodelyTV/agent-harness.git

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

In this catalog

Source file
.agents/skills/codely-plan-create-github/SKILL.md in CodelyTV/agent-harness
Installs to
~/.claude/skills/codely-plan-create-github
Collection
One of 6 skills cataloged from this repository
Category
AI Engineering2793 skills

What Plan Create GitHub does

Plan Create GitHub turns a GitHub issue into a phased implementation plan stored as parent and child issues. Use it to define the goal, context, and phase contracts before creating issues and linking them as native sub-issues.

Plan Create GitHub is cataloged under AI Engineering on DirSkills. Plan Create GitHub comes from a repository tagged agent-harness, agent-hooks, agent-skills, rpi and skills.

Documentation

README

🧠 How to create a plan

[!CRITICAL] Do NOT create or edit any GitHub issue until the user has agreed on the specific public contracts to be considered and the implementation phases. Propose first, get approval, then create the issues.

The structure of a plan, its sections and the rules to shape them are defined in resources/plan-guidelines.md. Read it before proposing anything.

🎯 Input

This skill is invoked as /codely-plan-create-github <github-issue-url>.

  • <github-issue-url> is the URL of the GitHub issue describing the task to plan. This issue becomes the parent "plan" issue.
  • If no URL is provided, ask the user for it before doing anything else.

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

Commands Plan Create GitHub provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /codely-plan-create-github

Frequently asked about Plan Create GitHub

  • What else does CodelyTV publish alongside Plan Create GitHub?

    Plan Create GitHub is one of 6 skills that DirSkills catalogs from CodelyTV/agent-harness, the repository it ships in. Its siblings there include Conventional Commit, Doc Create and Plan Creation With Subagents. Each one is a separate skill with its own page in this directory, installs the same way Plan Create GitHub does, and is maintained by CodelyTV in that same repository. The rest of the collection is listed on the CodelyTV/agent-harness page.

  • How does Plan Create GitHub compare to other AI Engineering skills?

    Plan Create GitHub ranks #2392 by stars among the 2793 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 Plan Create GitHub against them. Open each page to compare what they document and how they install.