From hone
Generates AGENTS.md project documentation with feedback instructions, architecture, conventions, and discovered commands. Analyzes package.json, configs, directory structure, CI workflows. Use for new projects or doc updates.
npx claudepluginhub oskarhane/hone-ai --plugin honeThis skill uses the workspace's default tool permissions.
Generate AGENTS.md documentation for this project:
Generates hierarchical AGENTS.md structures for codebases optimized for AI coding agents. Analyzes repo type, tech stack, directories, build systems; creates lightweight root and detailed sub-folder files.
Generates AGENTS.md with project overview, setup commands, dev workflow, testing, code style, build/deployment guidelines for AI coding agents in repositories.
Creates, updates, and maintains minimal AGENTS.md and CLAUDE.md files with high-signal agent instructions from project analysis, covering package managers, file-scoped commands, and commit attribution.
Share bugs, ideas, or general feedback.
Generate AGENTS.md documentation for this project:
Check $ARGUMENTS for overwrite intent (look for --overwrite, overwrite, force, regenerate, etc.).
If AGENTS.md already exists and overwrite was NOT requested:
Analyze the project by reading:
package.json (dependencies, scripts, name, description)tsconfig.json, jest.config.*, vitest.config.*, .eslintrc*, tailwind.config.* etc.src/, lib/, test/, components/, .github/workflows/)README.md for project description.agents/ directory files if any.github/workflows/*.yml for CI/CD infoDockerfile, docker-compose.yml if presentGenerate AGENTS.md with this structure:
<!-- BEGIN GENERATED: AGENTS-MD -->
# AGENTS.md
Learnings and patterns for future agents working on this project.
## Feedback Instructions
TEST COMMANDS: [<discovered test commands>]
BUILD COMMANDS: [<discovered build commands>]
LINT COMMANDS: [<discovered lint commands>]
FORMAT COMMANDS: [<discovered format commands>]
## Project Overview
PRIMARY LANGUAGES: [<languages>]
<brief description>
## Build System
BUILD SYSTEMS: [<build tools>]
<details>
## Testing Framework
TESTING FRAMEWORKS: [<test runners>]
<details>
## Architecture
ARCHITECTURE PATTERN: <pattern description>
<details>
## Deployment
DEPLOYMENT STRATEGY: <strategy>
<details>
---
_This AGENTS.md was generated using agent-based project discovery._
<!-- END GENERATED: AGENTS-MD -->
Discover feedback commands from:
package.json scripts (test, build, lint, format, check, typecheck)run: steps)Create .agents/ directory if it doesn't exist, and generate detail files:
.agents/languages.md - Language stack details.agents/build.md - Build system details.agents/testing.md - Testing framework details.agents/architecture.md - Architecture patterns.agents/deployment.md - Deployment strategyIf AGENTS.md exists and overwrite was requested:
<!-- BEGIN GENERATED --> / <!-- END GENERATED --> markersWrite AGENTS.md to project root.