Skill Details
Runtime
(claude-5-sonnet)
Example user message
[userMessage]: Write a README for this project. It's a Node/TypeScript CLI named "taskr" (MIT license) that turns a plain-text TODO.md into a scheduled plan. From package.json: bin "taskr", scripts "build" and "test", version 0.4.2. It reads one env var, TASKR_TZ, for the timezone. Example: taskr plan TODO.md --by friday
Example agent response
Based on your package.json (Node/TypeScript CLI, MIT):
# taskr
A tiny CLI that turns a plain-text TODO.md into a scheduled plan.
 
## Features
- Parse a TODO.md file into structured tasks
- Schedule tasks by due date and priority
- Export the plan as Markdown or JSON
## Installation
```bash
npm install -g taskr
```
## Usage
```bash
taskr plan TODO.md --by friday
```
## Configuration
| Env var | Purpose | Default |
|---|---|---|
| TASKR_TZ | Timezone for due dates | system |
## Development
```bash
npm run build
npm test
```
## License
MIT
I left "Features" to three concrete items I could infer from the description — tell me if it does more and I'll expand it. Want me to write this to README.md?
By purchasing this skill, you agree to our terms of service
CLAUDE-5-SONNET
A Claude skill that writes a polished, accurate README for any repository. It inspects your project — language, framework, package manager, scripts and entry points — then generates a structured README with a one-line pitch, badges, features, and install and usage pulled from your real config. It documents what your code actually does, never invented features. Activates when you ask Claude to write, generate or improve a README or project docs. For developers, open-source maintainers and teams.
...more
Added 4 weeks ago
- Reviews for this skill (1)
