work-automation-kit
Work Automation Kit
What This Sets Up
Owned workflow skills (hook-integrated)
- brainstorming — Design exploration + challenge mode
Community workflow skills
- write-a-prd — Create PRDs through interactive interview
- prd-to-issues — Break PRDs into GitHub Issues
- write-a-skill — Create new agent skills
- github-triage — Label-based issue management state machine, agent briefs, out-of-scope tracking
Optional integrations
- setup-atlassian-workflow — Jira integration via
acliCLI. Opt-in: only activates ifacliis installed. - codex-plugin-cc — Cross-model review via Codex inside Claude Code.
Steps
1. Install owned workflow skills
bunx skills@latest add malinskibeniamin/skills/brainstorming --agent claude-code -y
2. Install community workflow skills
bunx skills@latest add mattpocock/skills/write-a-prd --agent claude-code -y
bunx skills@latest add mattpocock/skills/prd-to-issues --agent claude-code -y
bunx skills@latest add mattpocock/skills/github-triage --agent claude-code -y
bunx skills@latest add mattpocock/skills/write-a-skill --agent claude-code -y
3. Usage
- Explore designs:
/brainstorming
4. Optional: Atlassian/Jira integration
If your team uses Jira, run setup-atlassian-workflow to add acli integration.
More from malinskibeniamin/skills
setup-react-compiler
Install React Compiler with rsbuild and enforce compiler-friendly patterns via PostToolUse hooks. Flags manual memoization, derived state, useRef cache. Use when setting up React Compiler or post-compiler patterns.
9setup-biome
Install Biome linter with Ultracite preset, create biome.jsonc config, and configure Claude Code Stop hook for auto-fix before finishing. Use when setting up linting, formatting, Biome, Ultracite, or code quality enforcement.
9setup-quality-gate
Add quality:gate package.json script for fast local/CI quality checks (biome + tsgo + related tests), GitHub Actions workflow, and Stop hook for type checking. Use when setting up quality gates, CI pipelines, or pre-push validation.
9setup-connect-query
Enforce ConnectRPC + Connect Query + Protobuf v2 patterns via PostToolUse hooks. Bans raw useQuery, empty invalidateQueries, $typeName literals. Use when setting up ConnectRPC, protobuf type safety, or data fetching enforcement.
8frontend-starter-kit
Complete frontend stack — 14 setup skills + diagnostics + 13 community workflow skills in one command. Use when starting a new frontend project or bootstrapping frontend best practices from scratch.
7setup-llm-optimization
Token-efficient AI agent hooks — env vars, test flag optimization, output truncation, NODE_OPTIONS. Use when optimizing Claude Code for fewer tokens or reducing context waste.
7