Jason Woltje
be320644e2
switch skill docs to xdg mosaic config path
2026-02-17 14:12:07 -06:00
Jason Woltje
104c11392e
standardize skills to mosaic-first paths and docs
2026-02-17 13:09:06 -06:00
Jason Woltje
fe831901b3
feat: Add lint skill (zero-tolerance) + strengthen kickstart linting mandate
...
New skill: lint — zero-tolerance linting enforcement for all code changes.
Detects project linter, fixes ALL violations, never disables rules.
Updated kickstart: linting now explicit standing order #3 in worker template
with "NON-NEGOTIABLE" language and zero-tolerance enforcement.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 17:13:00 -06:00
Jason Woltje
1ebc161f2c
feat: Add kickstart skill — orchestrator launcher via /kickstart command
...
/kickstart [milestone|issue|task] replaces manual orchestrator boilerplate.
Auto-discovers project context, fetches issues from Gitea/GitHub, bootstraps
tracking files, and transforms the session into an orchestrator.
Modes: milestone, issue, task ID, resume, interactive (no args)
Built-in: quality gates, Two-Phase Completion, context handoff protocol
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 16:59:04 -06:00
Jason Woltje
798fce9487
security: Remove vercel-deploy (data exfiltration), annotate LD_PRELOAD shims
...
Security audit findings:
- CRITICAL: vercel-deploy uploaded entire project to external endpoint — REMOVED
- ANNOTATED: docx/pptx/xlsx soffice.py LD_PRELOAD shims — security warnings added
- README updated to 93 skills with full security audit section and Vue/Vite ecosystem
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 16:39:04 -06:00
Jason Woltje
f5792c40be
feat: Complete fleet — 94 skills across 10+ domains
...
Pulled ALL skills from 15 source repositories:
- anthropics/skills: 16 (docs, design, MCP, testing)
- obra/superpowers: 14 (TDD, debugging, agents, planning)
- coreyhaines31/marketingskills: 25 (marketing, CRO, SEO, growth)
- better-auth/skills: 5 (auth patterns)
- vercel-labs/agent-skills: 5 (React, design, Vercel)
- antfu/skills: 16 (Vue, Vite, Vitest, pnpm, Turborepo)
- Plus 13 individual skills from various repos
Mosaic Stack is not limited to coding — the Orchestrator and
subagents serve coding, business, design, marketing, writing,
logistics, analysis, and more.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 16:27:42 -06:00
Jason Woltje
861b28b965
feat: Expand fleet to 23 skills across all domains
...
New skills (14):
- nestjs-best-practices: 40 priority-ranked rules (kadajett)
- fastapi: Pydantic v2, async SQLAlchemy, JWT auth (jezweb)
- architecture-patterns: Clean Architecture, Hexagonal, DDD (wshobson)
- python-performance-optimization: Profiling and optimization (wshobson)
- ai-sdk: Vercel AI SDK streaming and agent patterns (vercel)
- create-agent: Modular agent architecture with OpenRouter (openrouterteam)
- proactive-agent: WAL Protocol, compaction recovery, self-improvement (halthelobster)
- brand-guidelines: Brand identity enforcement (anthropics)
- ui-animation: Motion design with accessibility (mblode)
- marketing-ideas: 139 ideas across 14 categories (coreyhaines31)
- pricing-strategy: SaaS pricing and tier design (coreyhaines31)
- programmatic-seo: SEO at scale with playbooks (coreyhaines31)
- competitor-alternatives: Comparison page architecture (coreyhaines31)
- referral-program: Referral and affiliate programs (coreyhaines31)
README reorganized by domain: Code Quality, Frontend, Backend,
Auth, AI/Agent Building, Marketing, Design, Meta.
Mosaic Stack is not limited to coding — the Orchestrator serves
coding, business, design, marketing, writing, logistics, and analysis.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 16:22:53 -06:00
Jason Woltje
f6bcc86881
feat: Add 5 curated skills for Mosaic Stack
...
New skills:
- next-best-practices: Next.js 15+ RSC, async patterns, self-hosting (vercel-labs)
- better-auth-best-practices: Official Better-Auth with Drizzle adapter (better-auth)
- verification-before-completion: Evidence-based completion claims (obra/superpowers)
- shadcn-ui: Component patterns with Tailwind v4 adaptation note (developer-kit)
- writing-skills: TDD methodology for skill authoring (obra/superpowers)
README reorganized by category with Mosaic Stack alignment section.
Total: 9 skills (4 existing + 5 new).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 16:17:40 -06:00
Jason Woltje
b794d0ad6b
docs: Add npx install commands and clone instructions
...
- Add npx skills add commands for single, all, and non-interactive install
- Document .git suffix requirement for Gitea-hosted repos
- Add git clone step to manual installation
- Use ln -sf for idempotent symlinks
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 16:09:05 -06:00
Jason Woltje
d9bcdc4a8d
feat: Initial agent-skills repo — 4 adapted skills for Mosaic Stack
...
Skills included:
- pr-reviewer: Adapted for Gitea/GitHub via platform-aware scripts
(dropped fetch_pr_data.py and add_inline_comment.py, kept generate_review_files.py)
- code-review-excellence: Methodology and checklists (React, TS, Python, etc.)
- vercel-react-best-practices: 57 rules for React/Next.js performance
- tailwind-design-system: Tailwind CSS v4 patterns, CVA, design tokens
New shell scripts added to ~/.claude/scripts/git/:
- pr-diff.sh: Get PR diff (GitHub gh / Gitea API)
- pr-metadata.sh: Get PR metadata as normalized JSON
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 16:03:39 -06:00