setup-skill-project

Configures a repository's issue tracker and documentation layout for downstream engineering skills.

1|Updated Jul 13, 2026
One-click install
npx skills add https://github.com/dineshrevunuru/SuperSkills --skill setup-skill-project-dineshrevunuru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-skill-project
Source: https://github.com/dineshrevunuru/SuperSkills/tree/main/setup-skill-project
Command: npx skills add https://github.com/dineshrevunuru/SuperSkills --skill setup-skill-project-dineshrevunuru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering and SHIP skills each need to know where work items (tickets, issues, specs) and where domain/decision documents live in a repository. Without a recorded answer, every downstream skill guesses its own convention, producing inconsistent or fictional workflows. This Skill decides both once and records them in a single block that all downstream skills read. ## Core Features & Use Cases - One-time repo configuration: Explores the repo (git remotes, existing CLAUDE.md/AGENTS.md, tickets/, CONTEXT.md, monorepo signals), presents findings with recommended defaults, confirms, then writes an ## Engineering skills block. - Solo/local default with team mode-switch: Defaults to local markdown tracking (tickets/<feature-slug>/, ISSUES.md, Status: lines) and a single-context CONTEXT.md + docs/decisions/ layout; switches up to GitHub Issues or a client tracker only when a team genuinely uses one. - Guardrails against over-scaffolding: Skips prototypes, skips triage config when no triage skill is installed, edits the existing block in place, and never creates AGENTS.md when CLAUDE.md exists. - Use Case: Before running plan-work-tickets or implement-spec on a fresh solo Next.js/TypeScript repo, run this Skill once so every downstream skill reads the same recorded tracker and doc layout instead of inventing its own. ## Quick Start Ask the AI to set up this project for the engineering skills so it records where tickets and docs live before you start shipping.

Frequently Asked Questions about setup-skill-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a repo for engineering workflow skills?

Run this Skill once before using ticket planning, triage, or spec implementation skills. It explores the repo, presents recommended defaults for where work and docs live, then writes an Engineering skills block into CLAUDE.md or AGENTS.md that downstream skills read.

Should a solo developer use GitHub Issues or local markdown for tracking?

Local markdown is the default for solo work: planned tickets in tickets/<feature-slug>/ with Status lines and an ISSUES.md punch list for bugs. A GitHub remote alone does not justify wiring GitHub Issues; switch only when a team actually files issues there.

Does this work with both CLAUDE.md and AGENTS.md files?

Yes. It edits whichever file already exists at the repo root and never creates the other kind. If neither exists, it asks which one to create rather than picking for you.

When should I not run project setup on a repository?

Skip it for prototypes and throwaway demos, which track nothing and need no doc layout. Also do not re-run it mid-work; re-run only to switch trackers, such as moving from solo local files to a team tracker.

What happens if the Engineering skills block already exists?

The Skill updates the existing block in place rather than appending a duplicate, and it leaves surrounding sections of the file untouched.