Skip to content

malhobayyeb/plan-with

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plan-with

Portable planning skills for multi-agent workflows.

Repository Shape

  • skills/<name>/SKILL.md is the canonical marketplace-facing skill document.
  • skills/<name>/adapters/<host>/ADAPTER.md contains the host-specific source document for claude, codex, gemini, and copilot.
  • skills/<name>/adapters/cursor/RULE.mdc contains the Cursor rule source.
  • INSTALL.md defines the agent installation contract.
  • PROMPTS.md contains agent installation prompts.

Included Skills

  • plan-with
  • plan-with-codex
  • plan-with-gemini
  • plan-with-copilot
  • plan-with-claude-code

Supported Hosts

  • Claude Code
  • Codex CLI
  • Gemini CLI
  • GitHub Copilot CLI
  • Cursor

Layout

plan-with/
  INSTALL.md
  PROMPTS.md
  skills/
    plan-with/
      SKILL.md
      README.md
      adapters/
        claude/
          ADAPTER.md
        codex/
          ADAPTER.md
        gemini/
          ADAPTER.md
        copilot/
          ADAPTER.md
        cursor/
          RULE.mdc
    plan-with-codex/
      SKILL.md
      README.md
      adapters/
        claude/
          ADAPTER.md
        codex/
          ADAPTER.md
        gemini/
          ADAPTER.md
        copilot/
          ADAPTER.md
        cursor/
          RULE.mdc
    plan-with-gemini/
      SKILL.md
      README.md
      adapters/
        claude/
          ADAPTER.md
        codex/
          ADAPTER.md
        gemini/
          ADAPTER.md
        copilot/
          ADAPTER.md
        cursor/
          RULE.mdc
    plan-with-copilot/
      SKILL.md
      README.md
      adapters/
        claude/
          ADAPTER.md
        codex/
          ADAPTER.md
        gemini/
          ADAPTER.md
        copilot/
          ADAPTER.md
        cursor/
          RULE.mdc
    plan-with-claude-code/
      SKILL.md
      README.md
      adapters/
        claude/
          ADAPTER.md
        codex/
          ADAPTER.md
        gemini/
          ADAPTER.md
        copilot/
          ADAPTER.md
        cursor/
          RULE.mdc

Repository Rules

  • keep the repository script-free
  • keep install paths explicit
  • keep host-specific behavior isolated under adapters/
  • keep skill names and descriptions stable
  • avoid machine-specific paths in committed files

About

Portable planning skills for Claude Code, Codex CLI, Gemini CLI, GitHub Copilot CLI, and Cursor.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors