一键导入
writing-agents-md
Creates and maintains compact AGENTS.md files. Use when asked to create, update, trim, refactor, or audit repository agent instructions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Creates and maintains compact AGENTS.md files. Use when asked to create, update, trim, refactor, or audit repository agent instructions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Draft a GitHub pull request from the current conversation, branch diff, and repository PR template. Use when the user wants to review PR text before creating the PR with pr-create.
Provides the local command contract for HADL database credentials and tunnels. Use when an agent needs to inspect, traverse, or query HADL, Aquasense, Backoffice, staging, production, or windmill databases.
Restate the previous response in plain, concise language without jargon.
Manages project work with the Backlog.md CLI while preserving task metadata. Use when creating, viewing, searching, editing, implementing, or closing Backlog.md tasks, docs, decisions, acceptance criteria, Definition of Done checklists, or board workflows.
Builds portable TanStack Form composition for React apps. Use when adding, migrating, or reviewing composed form hooks, reusable field components, form options, validation, submit buttons, or form sections.
Creates cold-start-ready Backlog.md tasks through task shaping, codebase exploration, and focused questioning. Use when creating Backlog.md tasks, scoping feature work, capturing bugs, or preparing work for another agent.
| name | writing-agents-md |
| description | Creates and maintains compact AGENTS.md files. Use when asked to create, update, trim, refactor, or audit repository agent instructions. |
| disable-model-invocation | true |
Creates compact, path-backed AGENTS.md files for coding agents.
AGENTS.md filesREADME.md, CONTRIBUTING.md, docs/, and package docsAGENTS.md for guidance relevant to nearly every taskAGENTS.md for subtree-specific rulesAGENTS.md as small as possible. When guidance is not relevant to nearly every task, split it into exact linked docs, nested AGENTS.md files, or skills.AGENTS.md for agent behavior and exact pointers to canonical docs.AGENTS.md. Do not create provider-specific instruction files unless the user asks.Use this shape when it fits. Include only sections with repo-specific, actionable guidance.
This repository is a <one-sentence project description>.
## Package manager
- Use `<tool>` for dependency and script commands.
## Validation
After code changes, run relevant lint and typecheck/static-analysis commands. After fixing lint or type errors, run the formatter.
| Task | Command |
| ----------------- | ------------------------ |
| Lint file | `<command path/to/file>` |
| Typecheck package | `<command>` |
| Format file | `<command path/to/file>` |
## References
| Need | Read |
| ------------ | ----------------- |
| Setup | `README.md` |
| Contributing | `CONTRIBUTING.md` |
| Testing | `docs/testing.md` |
## Agent-specific rules
- <Only rules not covered by canonical docs or tooling.>
AGENTS.md files.AGENTS.md.