ワンクリックで
generate-readme
Generate README.md by deeply exploring the codebase
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate README.md by deeply exploring the codebase
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Query and modify databases (PostgreSQL, MySQL/MariaDB, SQLite). Use when the user asks to inspect, query, or write to a database, or when you need to understand a database schema.
Use when asked to find a project, work on a project, start a feature, fix a bug, or make changes to a repo.
Retrieve up-to-date documentation for libraries and frameworks via the Context7 API. Use when looking up docs for any library, finding code examples, verifying API usage, or getting current info that may have changed since training.
Deep codebase analysis with extended thinking — use for complex tasks that may lead to implementation
Update the changelog for a new release
Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)
| name | generate-readme |
| description | Generate README.md by deeply exploring the codebase |
ultrathink: Thoroughly explore this codebase to understand its purpose, architecture, and usage patterns before generating a high-quality README.md in an established documentation style.
$ARGUMENTS
pwdbasename $(pwd)git branch --show-current 2>/dev/null || echo "not a git repo"git remote get-url origin 2>/dev/null || echo "no remote"ls -la 2>/dev/null | head -30make help 2>/dev/null | head -20 || echo "no Makefile or no help target"You MUST follow this process exactly. DO NOT skip phases or rush to writing.
Use multiple Explore agents in parallel to gather comprehensive information:
Determine if this project matches one of these patterns:
Based on exploration, select the appropriate README structure:
Create README.md in project root following the selected structure.
ALWAYS:
- **Feature** - DescriptionSource → Component → Component → Result
make help and standard make targets (build, test, lint, fmt, can-release)FOR CLI TOOLS:
FOR macOS APPS:
<p align="center"> with specified widthsFOR RELATED PROJECTS:
NEVER:
<your-thing-here>## Features
- All your [Service] data — activities, stats, sleep, heart rate, stress
- Script and automate — composable with jq, pipes, xargs, and standard Unix tools
- [AI agent ready](#ai-agent-integration) — install the skill for Claude, Cursor, and other assistants
- Flexible output — JSON for scripts, CSV for spreadsheets, tables for humans
## Features
- **Real-time monitoring** - Track usage at a glance in your menu bar
- **Smart notifications** - Configurable alerts at warning and critical thresholds
- **Auto-refresh** - Automatic updates every 1, 5, or 10 minutes
## Installation
### Homebrew (Recommended)
\`\`\`bash
brew install eddmann/tap/project-name
\`\`\`
### Quick Install
\`\`\`bash
curl -fsSL https://raw.githubusercontent.com/eddmann/project/main/install.sh | sh
\`\`\`
### From Source
\`\`\`bash
git clone https://github.com/eddmann/project
cd project
make build
\`\`\`
## Command Reference
### Global Options
| Flag | Short | Description |
|------|-------|-------------|
| `--format` | `-f` | Output format: json, csv, human |
| `--verbose` | `-v` | Verbose output |
| `--version` | `-V` | Show version |
## Development
\`\`\`bash
git clone https://github.com/eddmann/project
cd project
make install # Install dependencies
make test # Run tests
make build # Build
\`\`\`
## Tech Stack
React 19, TypeScript, Tailwind CSS v4, React Router 7, Cloudflare Workers, D1 (SQLite), Vite, Bun