Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/clownware/product-dev",
"path": "plugin"
},
"description": "AI-assisted product development framework \u2014 vague idea to technical spec through structured UX research, hypothesis formation, and prototype planning, plus a reverse pass (/optimize) that audits existing products: extracts problem/personas/journeys/value-props from the repo, validates with the owner, verifies with optional live-site browser and build-and-run runtime audits, and produces a prioritized optimization spec with an owner scope walk (accepted/deferred/skipped, deferred items filed as GitHub issues). v0.5.0 adds rigor throughout the forward pass: forcing-question interrogation gates, premise challenges and candidate solution directions before commitment, computable artifact staleness via input-version provenance, adversarial spec-review loops with decision logs, and per-project process learnings that persist across sessions. Ships 6 commands (/idea, /problem, /spec, /compile, /summary, /optimize), 5 skills, and 2 subagents (tech-spec-writer, ux-extractor)."
"description": "AI-assisted product development framework \u2014 vague idea to technical spec through structured UX research, hypothesis formation, and prototype planning, plus a reverse pass (/optimize) that audits existing products: extracts problem/personas/journeys/value-props from the repo, validates with the owner, verifies with optional live-site browser and build-and-run runtime audits, and produces a prioritized optimization spec with an owner scope walk (accepted/deferred/skipped, deferred items filed as GitHub issues). v0.5.0 adds rigor throughout the forward pass: forcing-question interrogation gates, premise challenges and candidate solution directions before commitment, computable artifact staleness via input-version provenance, adversarial spec-review loops with decision logs, and per-project process learnings that persist across sessions. Ships the /idea, /problem, /spec, /compile, /summary and /optimize commands, plus skills and the tech-spec-writer and ux-extractor subagents."
},
{
"name": "clownware-code-tools",
Expand Down
1 change: 1 addition & 0 deletions plugins/astro-tools/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "clownware-astro-tools",
"description": "Astro + Preact stack skills: component scaffolding, template-aware PR descriptions, and performance-budget gate checks, following astro-performance-starter conventions with fallbacks for other Astro projects. Also ships a format-on-edit hook that runs Biome on every file Claude edits in Biome-configured projects.",
"version": "0.5.1",
"license": "Apache-2.0",
"author": {
"name": "clownware"
}
Expand Down
1 change: 1 addition & 0 deletions plugins/code-tools/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "clownware-code-tools",
"description": "Universal dev workflow skills: architecture/deployment-readiness auditing, security auditing, test-suite auditing, skill auditing, design-system auditing, accessibility auditing, dependency auditing, performance auditing, devops/CI-CD auditing, audit-fix application, plugin releasing, skill validation, ADR authoring, PR descriptions, root-cause debugging, and test scaffolding. Each skill probes the repo it runs in and degrades gracefully. Also ships a git guard hook: blocks --no-verify commits/pushes and secret-scans staged changes (gitleaks, with a pattern fallback) before every commit.",
"version": "0.14.3",
"license": "Apache-2.0",
"author": {
"name": "clownware"
}
Expand Down
1 change: 1 addition & 0 deletions plugins/go-tools/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "clownware-go-tools",
"description": "Go + templ + sqlc stack skills: templ component scaffolding, table-driven test scaffolding, sqlc query scaffolding, performance-budget gate checks, and task-ci-aware PR descriptions, following go-performance-starter conventions with fallbacks for other Go projects. Also ships a format-on-edit hook that runs goimports/gofmt and templ fmt on files Claude edits.",
"version": "0.3.2",
"license": "Apache-2.0",
"author": {
"name": "clownware"
}
Expand Down
1 change: 1 addition & 0 deletions plugins/pezza-design-system/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "pezza-design-system",
"description": "The Pezza brand design system as a skill: design guidelines, color/type/spacing tokens, logo and photography assets, React component primitives, and two UI kit starters (web-app shell and DJ/producer site). Generates on-brand interfaces, artifacts, and production code.",
"version": "0.5.2",
"license": "Apache-2.0",
"author": {
"name": "clownware"
}
Expand Down
1 change: 1 addition & 0 deletions plugins/rust-tools/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "clownware-rust-tools",
"description": "Rust stack skills: table-driven test scaffolding and CI-aware quality-gate checks (cargo fmt/clippy/test/deny, fuzz targets), following the tunes_protocol and gittunes workspace conventions with fallbacks for other Rust projects. Also ships a format-on-edit hook that runs rustfmt (edition-detected from the nearest Cargo.toml) on files Claude edits.",
"version": "0.1.1",
"license": "Apache-2.0",
"author": {
"name": "clownware"
}
Expand Down