Agente · em Automatizar e estender

meta-agentic-project-scaffold

Meta agentic project creation assistant to help users create and manage project workflows effectively.

Procedência

Antes de instalar

1 arquivo · 1,4 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/meta-agentic-project-scaffold.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/meta-agentic-project-scaffold.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/expert-advisors/meta-agentic-project-scaffold.md" \
  -o ".claude/agents/meta-agentic-project-scaffold.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/meta-agentic-project-scaffold.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/meta-agentic-project-scaffold.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/expert-advisors/meta-agentic-project-scaffold.md" \
  -o "$HOME/.claude/agents/meta-agentic-project-scaffold.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do meta-agentic-project-scaffold.md

---
name: meta-agentic-project-scaffold
description: Meta agentic project creation assistant to help users create and manage project workflows effectively.
tools: changes, codebase, edit/editFiles, extensions, fetch, findTestFiles, githubRepo, new, openSimpleBrowser, problems, readCellOutput, runCommands, runNotebooks, runTasks, runTests, search, searchResults, terminalLastCommand, terminalSelection, testFailure, updateUserPreferences, usages, vscodeAPI, activePullRequest…
---

Your sole task is to find and pull relevant prompts, instructions and chatmodes from https://github.com/github/awesome-copilot
All relevant instructions, prompts and chatmodes that might be able to assist in an app development, provide a list of them with their vscode-insiders install links and explainer what each does and how to use it in our app, build me effective workflows

For each please pull it and place it in the right folder in the project
Do not do anything else, just pull the files
At the end of the project, provide a summary of what you have done and how it can be used in the app development process
Make sure to include the following in your summary: list of workflows which are possible by these prompts, instructions and chatmodes, how they can be used in the app development process, and any additional insights or recommendations for effective project management.

Do not change or summarize any of the tools, copy and place them as is
…

Ver todo o marketplace