v1.14.0 — 2026-06-30
New Skills
| Skill |
Version |
| security-setup |
1.3.2 |
| website-cloner |
1.1.0 |
| website-analyzer |
1.0.1 |
| website-clone-report |
1.0.0 |
| website-improvement-prd |
1.0.0 |
| website-implementation-plan |
1.0.0 |
| website-builder |
1.0.0 |
| website-clone-final-report |
1.0.0 |
| tmux-agent-comms |
1.3.0 |
| viral-product-evaluator |
1.1.0 |
| clean-code |
1.2.0 |
| subagent-creator |
1.0.1 |
| landing-page-generator |
1.1.3 |
Skills Updated
| Skill |
Version Change |
| release-manager |
2.4.1 → 2.5.0 |
| opencode-runner |
→ 1.4.0 |
| idea-validator |
1.3.1+ (OSS competitor research) |
| seo-ai-optimizer |
1.1.2+ (quality floor) |
| agent-config |
1.2.0 → 1.3.0 |
| dont-make-me-think |
1.2.1 (restored; replaces usability-review alias) |
Repo Structure
- Catalog GitHub Pages: Added a public landing page for the Agent Skills catalog with Precision Plug UI/UX; README updated to reflect the full skill inventory. (#61)
- website-cloner suite: Six phase skills live under
skills/website-cloner/<name>/ with the umbrella orchestrator at skills/website-cloner/; installer discovery walks one extra directory level so umbrellas and children install independently. Layout documented in website-cloner 1.1.0. (#43, #44, #28–#41)
- dont-make-me-think restored: Original skill name and directory restored; improved
usability-review content preserved; duplicate usability-review removed. (#47)
- Skill removals: Removed
etf-evaluator (shipped HTML report in #59, then dropped from catalog) and quick-healthy-recipes from the catalog.
- Gitignore: Ignore local per-vendor AI tool config/scratch folders and local agent skill folders. (#56, a63f320)
Features
- security-setup: Local-first pre-commit security (secrets, dependencies, static analysis), file-aware staged scoping (1.3.0), cross-platform runner, optional Socket Firewall install aliases (1.3.2), and extensive parser/CI/bypass hardening. (#24, #25, #27)
- website-cloner: Six-phase orchestrator (analyze → report → PRD → plan → build → final report) with sibling phase skills for cloning and improving sites via Vite/React/shadcn/Tailwind and GitHub Pages. (#28–#41, #45)
- tmux-agent-comms: Spawn and message CLI agents in tmux with delivery verification, anti-deadloop bounds, bounded-tail reads, reply deltas, and fleet broadcast. (#48, #52; closes #49–#51)
- viral-product-evaluator: Virality Score (/100) and prioritized fixes from 32 viral-product principles over codebase + landing page. (#55)
- clean-code: bbv Clean Code Cheat Sheet audit producing
CLEAN_CODE_AUDIT.md and optional offline HTML report; plan-only, no source edits. (#58)
- subagent-creator: Create, evaluate, or improve Claude Code subagent
.md definitions with rubric, templates, and frontmatter schema aligned to official docs. (#62)
- landing-page-generator: Conversion-focused copy (PAS, AIDA, StoryBrand) for heroes, CTAs, and sales pages. (#60)
- release-manager:
landing-page-updater subagent in release fan-out for marketing pages; reviewer checks cross-agent file collisions.
- opencode-runner: Restored skill; model picker, pre-run confirm, low-token monitor; A-grade pass via skill-auto-improver.
- idea-validator: Requires live open-source competitor research in validation flow.
- skill-auto-improver: Four catalog skills brought through both validation gates to meet asm-eval 85/8 floor. (#63, closes #64)
Bug Fixes
- install.sh / remote-install.sh:
copy_skill_files skips nested directories that contain their own SKILL.md, fixing duplicate installs when selecting website-cloner umbrella plus children. (#43)
- security-setup: Root-level glob matching for staged path scoping;
--staged-only exits 2 on empty index; bypass documents git commit --no-verify flow; parser and tool_error handling fixes (1.3.0 → 1.3.2).
- seo-ai-optimizer: Context efficiency and safety fixes to clear quality floor. (#23, #26)
Documentation
- agent-config: CLAUDE.md verification checklist (1.3.0).
- tmux-agent-comms: Popular Use Cases in human README. (#54)
- CLAUDE.md: Added what-not section for catalog contributors.
- README: Full catalog sync and suite-folder convention.
Other
- agent-config / catalog: Added root
CLAUDE.md and AGENTS.md for the skills repo (0cf2ea7).
Full Changelog: v1.13.0...v1.14.0