Use when project structure, setup instructions, or capabilities change — updates README files at any level (root, packages, sub-modules) and detects stale content
From nightshiftnpx claudepluginhub klefix/nightshift --plugin nightshiftThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Create and update README files at any level in a repo — root, packages, sub-apps, modules. Detect staleness and preserve custom sections. Write for someone cloning the repo for the first time.
# Find all READMEs in the repo
fd README.md
# Check for staleness — does the README reference things that don't exist?
# Compare README mentions of directories/files against actual structure
packages/api/README.md) — scoped to that module onlyRoot README template:
# <Project Name>
<One-paragraph description: what this is and why it exists>
## Quick Start
<Minimal steps to get running locally — copy-pasteable commands>
## Architecture
<High-level overview — link to wiki for detailed docs>
## Project Structure
<Key directories explained — only top-level, not exhaustive>
## Contributing
<How to work on this — link to wiki onboarding guide if it exists>
Sub-module README template:
# <Module Name>
<What this module does and its role in the system>
## Usage
<How to use/import/call this module>
## Configuration
<Relevant env vars, config files — omit if none>
When updating an existing README:
When discovering a module without a README:
Stale Quick Start
npm start but project uses pnpm devpackage.json or equivalentREADME for everything
Overwriting custom content
Root README duplicating sub-READMEs
packages/api/README.md for details