write-agents-entry
Skill: Write Agents Entry
Purpose
Write or revise AGENTS.md at the repo root per the "Output contract" section below, so that when an Agent touches the project it has a clear project identity, authoritative sources, and behavioral expectations, and behaves consistently and predictably. The output contract is embedded in this SKILL.md so one load gives the full spec and steps.
Core Objective
Primary Goal: Produce a compliant AGENTS.md file that establishes project identity, authoritative sources, and behavioral expectations for AI agents.
Success Criteria (ALL must be met):
- ✅ AGENTS.md exists: File written to repo root and committed to version control
- ✅ Three core elements present: Project identity, authoritative sources, and behavioral expectations sections exist
- ✅ Seven sections complete: Opening, project identity, authoritative sources, behavior, discovery/loading summary, language/communication, and reference table
- ✅ Executable behavior: Behavioral expectations use "must", "shall", or "must not" with actionable items
- ✅ Reference table complete: Includes spec source, entry Raw URL (if applicable), definition specs, usage/install, and entry indexes
More from nesnilnehc/ai-cortex
review-codebase
Review given file/dir/repo for current-state code organization: module boundaries, design patterns, cross-module dependencies, tech debt, and interface stability. Scope-only atomic skill; output is a findings list.
106review-vue
Review Vue 3 code for Composition API, reactivity, components, state (Pinia), routing, and performance. Framework-only atomic skill; output is a findings list.
94review-diff
Review only git diff for impact, regression, correctness, compatibility, and side effects. Scope-only atomic skill; output is a findings list for aggregation.
91review-java
Review Java code for language and runtime conventions: concurrency, exceptions, try-with-resources, API versioning, collections and Streams, NIO, and testability. Language-only atomic skill; output is a findings list.
84review-architecture
Review code for architecture: module and layer boundaries, dependency direction, single responsibility, cyclic dependencies, interface stability, and coupling. Cognitive-only atomic skill; output is a findings list.
83review-security
Review code for security: injection, sensitive data, auth, dependencies, config, and crypto. Atomic skill; output is a findings list.
74