{"id":51101488,"url":"https://github.com/phucbm/claskit","last_synced_at":"2026-06-24T11:01:17.007Z","repository":{"id":359077329,"uuid":"1244372341","full_name":"phucbm/claskit","owner":"phucbm","description":"Autonomous Claude Code task runner.","archived":false,"fork":false,"pushed_at":"2026-06-21T00:41:57.000Z","size":3429,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-21T02:13:08.167Z","etag":null,"topics":["caffeine","claude-code","task-scheduler"],"latest_commit_sha":null,"homepage":"https://claskit.phucbm.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phucbm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-20T07:51:18.000Z","updated_at":"2026-06-21T00:42:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/phucbm/claskit","commit_stats":null,"previous_names":["phucbm/clask"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/phucbm/claskit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucbm%2Fclaskit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucbm%2Fclaskit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucbm%2Fclaskit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucbm%2Fclaskit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phucbm","download_url":"https://codeload.github.com/phucbm/claskit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phucbm%2Fclaskit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34728928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["caffeine","claude-code","task-scheduler"],"created_at":"2026-06-24T11:01:16.574Z","updated_at":"2026-06-24T11:01:16.994Z","avatar_url":"https://github.com/phucbm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# claskit\n\n[![npm](https://img.shields.io/npm/v/claskit)](https://www.npmjs.com/package/claskit)\n[![Test](https://github.com/phucbm/claskit/actions/workflows/test.yml/badge.svg)](https://github.com/phucbm/claskit/actions/workflows/test.yml)\n[![GitHub release](https://img.shields.io/github/v/release/phucbm/claskit)](https://github.com/phucbm/claskit/releases/latest)\n\n**Website:** https://claskit.phucbm.com\n\nAutonomous Claude Code task runner. Write task specs as Markdown, run `claskit`, watch Claude implement them.\n\n```\n  ┌──────────────────────────────────────────────────────────────────┐\n  │                                                                  │\n  │   .claude/tasks/todo/           .claude/tasks/done/              │\n  │   ┌──────────────────┐          ┌──────────────────┐             │\n  │   │  feature-a.md    │          │  feature-a.md    │             │\n  │   │  feature-b.md    │          │                  │             │\n  │   └────────┬─────────┘          └────────▲─────────┘             │\n  │            │                             │                       │\n  │            ▼                             │                       │\n  │      ┌───────────┐                       │                       │\n  │      │  claskit  │                       │                       │\n  │      └─────┬─────┘                       │                       │\n  │            │                             │                       │\n  │     ┌──────┴──────┐                      │                       │\n  │     │             │                      │                       │\n  │  --now       --schedule              implements                  │\n  │     │        HH:MM ⏳                    │                       │\n  │     │             │                      │                       │\n  │     └──────┬───────┘                     │                       │\n  │            ▼                             │                       │\n  │   claude --dangerously-skip-permissions  │                       │\n  │   reads spec → verifies → ──────────────┘                        │\n  │                                                                  │\n  └──────────────────────────────────────────────────────────────────┘\n```\n\n## Requirements\n\n- Node.js 18+\n- [Claude Code CLI](https://claude.ai/code) installed and authenticated\n\n## Install\n\n```bash\npnpm add -g claskit\n```\n\n**Claude Code skill** (context-aware guidance while you work):\n\n```bash\nnpx skills add phucbm/skills\n```\n\n## Quick start\n\n```bash\nclaskit\n```\n\nclaskit detects if the project is not set up and walks you through initialization interactively.\n\n## Create a task spec with AI\n\nAfter brainstorming your plan with Claude, use this prompt to generate the spec file:\n\n```text\nFetch https://raw.githubusercontent.com/phucbm/claskit/main/SKILL.md and follow its instructions to create a task spec .md file.\n```\n\nClaude fetches the skill, reads your conversation context, and writes `.claude/tasks/todo/\u003cslug\u003e.md` automatically.\n\n## Usage\n\n```\nclaskit [flag]\n```\n\n| Flag | What it does |\n|------|-------------|\n| _(none)_ | Interactive menu: pick tasks, choose when to run |\n| `--init` | Set up `.claude/tasks/` folder structure in current project |\n| `--now` | Skip menu, run immediately (still shows task picker + confirm) |\n| `--test` | Create 2 sample task files in `todo/` to test the runner |\n| `--clean-test` | Remove all test-generated files |\n\n### Interactive menu options\n\n- **Now** — pick tasks and launch immediately\n- **Schedule (HH:MM)** — live countdown until target time, then launch; machine sleep is prevented for the entire session (countdown + Claude runtime) on macOS/Linux via `caffeinate`\n- **Exit**\n\n### Task picker\n\nWhen 2+ tasks are queued, claskit asks which to run:\n\n```\nSelect tasks:\n  Enter numbers separated by commas, or \"all\"\n  [all]: 1,3\n```\n\n## How it works\n\n1. Claude reads each selected `.md` spec\n2. Decides execution order based on dependencies noted in specs\n3. Implements each task fully\n4. Verifies acceptance criteria\n5. Moves the spec from `todo/` to `done/` on success\n6. Stops and reports if anything fails\n\nClaude runs with `--dangerously-skip-permissions` — it will read, write, and execute commands without prompting. Only use in projects you trust.\n\n## Task spec format\n\n```markdown\n# Feature Title\n\n## Task\n\nWhat needs to be built.\n\n## Acceptance Criteria\n\n- [ ] Criterion 1\n- [ ] Criterion 2\n\n## Files Affected\n\n| File | Change |\n|------|--------|\n| `src/foo.ts` | New component |\n\n## Notes\n\nDependencies, order hints, constraints.\n```\n\nSave as `.claude/tasks/todo/my-feature.md`.\n\n## Project integration\n\n```bash\nnpm pkg set scripts.claskit=\"claskit\"\n```\n\nThen run with `npm run claskit` / `pnpm claskit` / `yarn claskit`.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphucbm%2Fclaskit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphucbm%2Fclaskit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphucbm%2Fclaskit/lists"}