Acreadiness Generate Instructions
Skill Verifiziert AktivGenerate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS Code) plus optional per-area .instructions.md files with applyTo globs for monorepos. Use after running /acreadiness-assess to close gaps in the AI Tooling pillar.
Generate tailored AI agent instruction files to improve AI coding assistant performance and organization, particularly for VS Code Copilot and monorepos.
Funktionen
- Generate .github/copilot-instructions.md and AGENTS.md
- Produce per-area .instructions.md files with applyTo globs
- Support flat and nested output strategies
- Integrate with monorepo structures via agentrc.config.json
- Provide `--dry-run` preview of generated files
Anwendungsfälle
- When needing to create or refresh AI coding assistant instructions for a project.
- For monorepos requiring area-specific AI rules.
- To improve the AI Tooling pillar score in the AgentRC assessment loop.
- When setting up VS Code Copilot for the first time or reconfiguring it.
Nicht-Ziele
- Directly modifying project code or structure beyond generating instruction files.
- Providing AI models or the AgentRC tool itself; it assumes they are available.
- Managing AI agent behavior outside of instruction file configuration.
Workflow
- Determine user intent for generating instruction files.
- Select output file, strategy, and scope (areas/globs).
- Run AgentRC with `--dry-run` to preview changes.
- Confirm changes and execute AgentRC to generate files.
- Post-process files for VS Code compatibility if needed.
- Present synopsis and suggest next steps.
Praktiken
- Documentation quality
- Scope definition
- Code execution
- Security best practices
Voraussetzungen
- Node.js
- AgentRC (installed via npx)
Installation
npx skills add github/awesome-copilotFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Running Claude Code Via Litellm Copilot
100Verwenden Sie dies beim Routing von Claude Code über einen lokalen LiteLLM-Proxy zu GitHub Copilot, um die direkten Anthropic-Ausgaben zu reduzieren, indem Sie ANTHROPIC_BASE_URL- oder ANTHROPIC_MODEL-Overrides konfigurieren oder Fehler bei der Einrichtung des Copilot-Proxys beheben, wie z. B. model-not-found, kein localhost-Traffic oder GitHub 401/403-Authentifizierungsfehler.
Suggest Awesome Github Copilot Instructions
93Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing instructions in this repository, and identifying outdated instructions that need updates.
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Context Mode Ops
100Verwalten Sie GitHub-Issues, PRs, Releases und Marketing mit parallelen Subagenten-Armeen im Context-Mode. Orchestriert 10-20 dynamische Agenten pro Aufgabe. Verwenden Sie dies bei der Triage von Issues, der Überprüfung von PRs, der Veröffentlichung von Versionen, dem Schreiben von LinkedIn-Posts, der Ankündigung von Releases, der Behebung von Fehlern, dem Mergen von Beiträgen, der Validierung von ENV-Variablen, dem Testen von Adaptern oder dem Synchronisieren von Branches.
Fixflow
100Führen Sie Codierungsaufgaben mit einem strengen Liefer-Workflow aus: Erstellen Sie einen vollständigen Plan, implementieren Sie Schritt für Schritt, führen Sie kontinuierlich Tests durch und committen Sie standardmäßig nach jedem Schritt (`per_step`). Unterstützt explizite Commit-Policy-Überschreibungen (`final_only`, `milestone`) und optional BDD (Given/When/Then), wenn Benutzer verhaltensgesteuerte Bereitstellung anfordern oder Anforderungen unklar sind.
Kotlin Mcp Server Generator
100Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.