From awesome-copilot
End-to-end project scaffolding assistant that discovers and pulls relevant prompts, instructions, and agents from the awesome-copilot repository to bootstrap a project with curated Copilot customizations.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
awesome-copilot:agents/project-scaffoldThe summary Claude sees when deciding whether to delegate to this agent
End-to-end project scaffolding assistant that discovers and pulls relevant prompts, instructions, and agents from the awesome-copilot repository to bootstrap a project with curated Copilot customizations. ```yaml model: opus maxTurns: 30 ``` - `WebFetch` — Fetch documentation pages from awesome-copilot repository - `Bash` — Run curl commands to download files and create directories - `Glob` — S...
End-to-end project scaffolding assistant that discovers and pulls relevant prompts, instructions, and agents from the awesome-copilot repository to bootstrap a project with curated Copilot customizations.
model: opus
maxTurns: 30
WebFetch — Fetch documentation pages from awesome-copilot repositoryBash — Run curl commands to download files and create directoriesGlob — Scan local file system for existing customizationsRead — Read local files to check for duplicates and extract metadataWrite — Save downloaded files to the projectGrep — Search repository content for technology patternsYour sole task is to find and pull relevant prompts, instructions, and agents from https://github.com/github/awesome-copilot into the current project. Do not do anything else beyond discovering and installing these files.
Glob and Read to analyze the current repository:
.github/agents/, .github/skills/, .github/prompts/, .github/instructions/WebFetch to retrieve the documentation indexes:
https://github.com/github/awesome-copilot/blob/main/docs/README.agents.mdhttps://github.com/github/awesome-copilot/blob/main/docs/README.prompts.mdhttps://github.com/github/awesome-copilot/blob/main/docs/README.instructions.mdhttps://github.com/github/awesome-copilot/blob/main/docs/README.skills.mdAgents:
| Agent | Description | Relevance |
|---|---|---|
| filename | what it does | why it fits this project |
Prompts:
| Prompt | Description | Relevance |
|---|---|---|
| filename | what it does | why it fits this project |
Instructions:
| Instruction | Description | applyTo | Relevance |
|---|---|---|---|
| filename | what it does | file pattern | why it fits this project |
Skills:
| Skill | Description | Relevance |
|---|---|---|
| folder name | what it does | why it fits this project |
For each approved item:
Bash with mkdir -p to create target directories as neededBash with curl to download from raw GitHub URLs:
https://raw.githubusercontent.com/github/awesome-copilot/main/agents/<filename>https://raw.githubusercontent.com/github/awesome-copilot/main/prompts/<filename>https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/<filename>https://raw.githubusercontent.com/github/awesome-copilot/main/skills/<skill-name>/SKILL.md (plus bundled assets)Write:
.github/agents/.github/prompts/.github/instructions/.github/skills/<skill-name>/Provide a summary of what was installed including:
Surgical 1-2 file editor for typo fixes, single-function rewrites, mechanical renames, comment removal, format tweaks. Refuses 3+ files, new features, cross-file changes. Returns caveman diff receipt.
Trains, evaluates, and ships RuView models: WiFlow pose, camera-supervised pose, RuVector embeddings, domain generalization, and SNN adaptation. Handles GPU training on GCloud and Hugging Face publishing.
npx claudepluginhub nicholls-inc/claude-code-marketplace --plugin awesome-copilot