squid
Automated feature planning, coding, review, and CI pipeline
All Skills in This Repository (12)
Pure Emerald Level Indicatorstriage-issue
Convert bug reports into groomed tasks with acceptance criteria.
self-improve
Extract actionable rules from developer corrections and persist them in CLAUDE.md or memory.
write-a-skill
Create structured agent skills with SKILL.md frontmatter and optional resources.
git-guardrails
Install Claude Code PreToolUse guards that block destructive git commands.
scaffold
Generate AGENTS.md and CLAUDE.md pointer scaffolds for polyglot monorepos.
day
Run a supervised SWE↔Tester loop for one task with human diff review.
night
Automate end-to-end feature delivery from planning to PR merge.
testing-python
Design and execute Python tests with pytest for unit, integration, and regression testing.
create-pr
Automate GitHub pull request creation and updates for the current branch.
architecture-review
Audits codebases against ADRs and module graphs to generate refactor proposals.
grill-me
Surface unresolved decisions and gaps in feature specs through adversarial Q&A.
refactor
Plan structural refactors as commit-grain tasks with green tests.
Frequently Asked Questions
FAQPage SchemaHow to install Squid?▼
Run `npx skills add iusztinpaul/squid --all -g -y` in your terminal to install all skills globally.
How does Squid turn a spec into a pull request?▼
Run /squid-plan with your feature spec to get an approved task plan, then /squid-implement-night builds, tests, reviews, and drives CI green automatically. You only approve the plan and the final merge.
Can Squid scaffold a new project from scratch?▼
Yes. The /squid-scaffold skill asks what you are building, reads the relevant stack specs, and generates a tailored AGENTS.md plus a clean folder skeleton for Python, TypeScript, or Go projects.
Does Squid work with Claude Code and other coding agents?▼
Yes. It runs natively as a Claude Code plugin with five sub-agents, and the individual skills follow the universal SKILL.md standard so they also work in Cursor, Codex, and other compatible agents.
Can Squid handle bug fixes and refactors?▼
Yes. /squid-triage-issue turns bug reports into groomed tasks with regression tests, and /squid-refactor plans safe, commit-by-commit structural changes that keep the test suite green.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core