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

Wiki Agents Md

Skill Aktiv
Teil von:Deep Wiki

Generates AGENTS.md files for repository folders — coding agent context files with build commands, testing instructions, code style, project structure, and boundaries. Only generates where AGENTS.md is missing.

Zweck

To automate the creation of project-specific context files (AGENTS.md and CLAUDE.md) for coding agents, ensuring they have the necessary information to operate effectively within a repository.

Funktionen

  • Generates AGENTS.md files for repository folders
  • Provides build commands, testing instructions, code style, and project structure
  • Only generates AGENTS.md if it is missing
  • Creates CLAUDE.md companion files when absent
  • Detects pertinent folders and skips irrelevant ones

Anwendungsfälle

  • When setting up a new project for AI coding agents to ensure consistent context.
  • To automatically update or create AGENTS.md files for new sub-folders within a repository.
  • To ensure that coding agents have access to project-specific operational boundaries and conventions.

Nicht-Ziele

  • Overwriting existing AGENTS.md or CLAUDE.md files.
  • Generating AGENTS.md for directories that are generated output or third-party dependencies.
  • Providing agent persona definitions (these go in `.github/agents/*.agent.md`).

Trust

  • warning:Issues AttentionThere are 19 open issues and 11 closed issues in the last 90 days, with a closure rate below 50%, indicating slower-than-ideal response times for maintainers.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add microsoft/skills
/plugin install deep-wiki@skills

Qualitätspunktzahl

79 /100
Analysiert about 13 hours ago

Vertrauenssignale

Letzter Commitabout 20 hours ago
Sterne2.3k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

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

Claude Handoff

100

Führen Sie /handoff aus, um Sitzungsdaten zu erfassen, und schreiben Sie dann einen phasenweisen Implementierungsplan, der darauf verweist. Erstellt Beads für die Nachverfolgung.

Skill
REMvisual

Ops Yolo

100

YOLO mode. Spawns 4 parallel C-suite agents (CEO, CTO, CFO, COO). Each analyzes the business from their perspective using ALL available data. Produces unfiltered Hard Truths report. After user types YOLO, autonomously runs the business for a day using /loop.

Skill
Lifecycle-Innovations-Limited

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