Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Acreadiness Generate Instructions

Skill Verifiziert Aktiv

Generate 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.

Zweck

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

  1. Determine user intent for generating instruction files.
  2. Select output file, strategy, and scope (areas/globs).
  3. Run AgentRC with `--dry-run` to preview changes.
  4. Confirm changes and execute AgentRC to generate files.
  5. Post-process files for VS Code compatibility if needed.
  6. 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-copilot

Fü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

Verifiziert
99 /100
Analysiert about 23 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne32.9k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Running Claude Code Via Litellm Copilot

100

Verwenden 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.

Skill
xixu-me

Suggest Awesome Github Copilot Instructions

93

Suggest 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.

Skill
github

Cli Creator

100

Build 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.

Skill
openai

Context Mode Ops

100

Verwalten 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.

Skill
mksglu

Fixflow

100

Fü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.

Skill
majiayu000

Kotlin Mcp Server Generator

100

Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.

Skill
github