iusztinpauliusztinpaulCommunity·12 Agent Skills Included

squid

Automated feature planning, coding, review, and CI pipeline

Turns a raw feature spec into a reviewed, CI-validated pull request through a five-role pipeline: architect, engineer, tester, reviewer, and on-call. Eliminates manual task breakdown, inconsistent code conventions, forgotten tests, and red CI builds. Scaffolds new repos, triages bugs, plans refactors, and audits architecture so teams ship consistent code with only two human approval gates.
npx skills add iusztinpaul/squid --all -g -y
Available:

Defines the agent team structure, model assignments, and editing conventions that tell the agent how to route work through the plan, implement, review, and CI skills in this pipeline.

All Skills in This Repository (12)

Pure Emerald Level Indicators
📦 In Repo
iusztinpauliusztinpaul

triage-issue

Convert bug reports into groomed tasks with acceptance criteria.

Community
Intermediate
📦 In Repo
iusztinpauliusztinpaul

self-improve

Extract actionable rules from developer corrections and persist them in CLAUDE.md or memory.

Community
Advanced
📦 In Repo
iusztinpauliusztinpaul

write-a-skill

Create structured agent skills with SKILL.md frontmatter and optional resources.

Community
Intermediate
📦 In Repo
iusztinpauliusztinpaul

git-guardrails

Install Claude Code PreToolUse guards that block destructive git commands.

Community
Advanced
📦 In Repo
iusztinpauliusztinpaul

scaffold

Generate AGENTS.md and CLAUDE.md pointer scaffolds for polyglot monorepos.

Community
Intermediate
📦 In Repo
iusztinpauliusztinpaul

day

Run a supervised SWE↔Tester loop for one task with human diff review.

Community
Intermediate
📦 In Repo
iusztinpauliusztinpaul

night

Automate end-to-end feature delivery from planning to PR merge.

Community
Advanced
📦 In Repo
iusztinpauliusztinpaul

testing-python

Design and execute Python tests with pytest for unit, integration, and regression testing.

Community
Intermediate
📦 In Repo
iusztinpauliusztinpaul

create-pr

Automate GitHub pull request creation and updates for the current branch.

Community
Advanced
📦 In Repo
iusztinpauliusztinpaul

architecture-review

Audits codebases against ADRs and module graphs to generate refactor proposals.

Community
Advanced
📦 In Repo
iusztinpauliusztinpaul

grill-me

Surface unresolved decisions and gaps in feature specs through adversarial Q&A.

Community
Advanced
📦 In Repo
iusztinpauliusztinpaul

refactor

Plan structural refactors as commit-grain tasks with green tests.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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