Six Claude Code skills (architect, review-swarm, ask-the-council, prompt-generator, up-to-date, ponytail) bundled as an installable plugin.
FAQ
alon-skills is a Claude Code plugin with 6 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes architect, ask-the-council, ponytail. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add alonbaron/claude-skills> /plugin install alon-skills@alonbaron
Repo: alonbaron/claude-skills
/plugin marketplace add alonbaron/claude-skills
/plugin install alon-skills@alonbaron
Pull updates anytime with /plugin marketplace update alonbaron β the marketplace tracks main, so you're always on the latest. Tagged releases like v2.1.0 mark the milestones.
| Skill | Invoke | What it does |
|---|---|---|
| architect | /architect | Production-grade design docs before code β domain model + invariants β failure-path design β API contracts β a sequenced workstream. |
| review-swarm | /review-swarm | Parallel specialist reviewers (correctness, security, perf, altitude, simplicity, tests) β adversarial verification β a ranked, file:line report. |
| ask-the-council | /ask-the-council | A panel of advisors forced to disagree, then a Chairman who commits to one recommendation with the tradeoff named. |
| prompt-generator | /prompt-generator | Vague ask β rigorous prompt. Anti-hallucination, anti-tokenmaxing, strict agent rules baked in. |
| up-to-date | /up-to-date | Preflight repo sync + situational brief before you start. Read-only by default β never touches a dirty tree without your OK. |
| ponytail | /ponytail | Lazy-senior-dev mode: the simplest thing that actually works. (MIT, vendored β see License.) |
Each skill also triggers from plain language β e.g. "spec this out before we build", "swarm review this diff", "ask the council whetherβ¦", "catch me up on the repo", "be lazy here".
v2 β proactive by default. Since v2.0.0 the skills fire on task shape, not just keywords: starting a new feature invokes architect, opening work in a repo with a remote invokes up-to-date, finishing a non-trivial implementation invokes review-swarm, a solution growing past the minimum invokes ponytail β announced in one line, no permission asked. Each skill carries a "when not to use" boundary so it stays out of the way on trivial work.
A skill that fires when a built-in should have, or stays quiet because a built-in got there first, is a bug even when both are good on their own. v2.1 settles the overlaps inside the descriptions, so the choice gets made at trigger time instead of after you already have the wrong answer.
| Overlap | Who wins | Why |
|---|---|---|
ponytail vs /simplify | split | ponytail governs what gets built, before and while you write it. /simplify cleans a diff that already exists. |
review-swarm vs /code-review | review-swarm | It's the default for a real diff. /code-review takes over when you name it, or for a one-liner not worth a swarm. |
review-swarm vs /security-review | depends on the ask | Security is one of the swarm's six lenses. When security is the whole question, /security-review goes deeper. |
If you also run a UX skill or a prose skill, two hand-offs are worth wiring: review-swarm passes UI and accessibility hunks to the design reviewer instead of guessing at them, and architect's executive summaries are prose worth humanizing. Its tables, invariants, and API contracts are not.
Not shipped here and not mine. Two third-party skills the hand-offs above are written against, if you want somewhere for them to go. Install them separately.
| Skill | Source | Pairs with |
|---|---|---|
| ux-designer | szilu/ux-designer-skill (MIT) | review-swarm, which passes UI and accessibility hunks to it |
| humanizer | blader/humanizer (MIT) | architect, for executive summaries and README prose |
One catch worth knowing about humanizer: as of v2.9.1 the plugin puts SKILL.md at its root instead of skills/humanizer/SKILL.md. Claude Code installs it, reports it enabled, and never loads it. Copy SKILL.md out of ~/.claude/plugins/cache/humanizer/humanizer/<version>/ into ~/.claude/skills/humanizer/ and it works.
architect audit findings cite both sides: the file:line in code that states the fact, and the doc that should describe it and doesn't. Anything less is a hunch./plugin list # what's installed
/plugin disable alon-skills@alonbaron # turn off without uninstalling
/plugin uninstall alon-skills@alonbaron
MIT β see LICENSE. The ponytail skill is vendored from the third-party DietrichGebert/ponytail (MIT, Β© Dietrich Gebert) and redistributed under the same terms; third-party attribution is recorded in NOTICE.
.claude-plugin/
marketplace.json
plugin.json
assets/
hero.svg
LICENSE
NOTICE
README.md
skills/
architect/
SKILL.md
ask-the-council/
SKILL.md
ponytail/
SKILL.md
prompt-generator/
SKILL.md
review-swarm/
SKILL.md
up-to-date/
SKILL.mdΒ© 2026 Flowy Β· Free and open source
Built for Claude Code Β· Not affiliated with Anthropic