Skip to content
scsiwyg
sign insign up
get startedmcpcommunityapiplaygroundswaggersign insign up
โ† WorksonaยทWorksona Toolkits: The Infrastructure Behind the Portfolio17 Apr 2026David Olsson
โ† Worksona

Worksona Toolkits: The Infrastructure Behind the Portfolio

#worksona#portfolio#claude-code#developer-tools#automation#slash-commands

David OlssonDavid Olsson

Every serious software practice eventually develops the same problem: the tools for building software are well understood, but the tools for understanding, auditing, and documenting software remain ad hoc. We document when we remember to. We audit when something breaks. We generate landing pages when we have time to write copy. The Worksona toolkit layer addresses this by treating project intelligence as a repeatable, automated workstream.

Two projects make up this layer. They operate at different levels of abstraction but share the same foundational premise: that AI-powered developer tooling should be composable, portable, and opinionated enough to be useful without being rigid.

What They Are

Worksona Claude Toolkit is a portable collection of 16 Claude Code slash commands organized into 6 automated workstreams. Running the full pipeline against any project produces 48 reports covering project documentation, infrastructure and cost analysis, code quality, security posture, UX positioning, and competitive MOAT analysis. Eight of the commands launch multiple specialist agents in parallel; eight run as focused single-agent operations.

Claude Code Templates (published as claude-code-templates on npm, with a browsable catalog at aitmpl.com) is a community-maintained collection of 600+ Claude Code component configurations โ€” AI agents, custom slash commands, MCP integrations, settings, hooks, and project templates โ€” installable via a single CLI invocation. The project also ships an analytics dashboard for monitoring Claude Code sessions in real time.

Why It Matters

The toolkit's value is precision at scale. Running /doc-suite-generator-v2 against a fresh codebase produces 11 structured reports covering the project overview, business benefits, innovation themes, features, extensibility, technical specification, work zones, technical readiness, Worksona themes, and first principles โ€” in a single pass. The same command that documented OAIRA documented Meshwork and AI Peer Group. The golden reports that became these blog posts were generated by this toolkit.

This is the meta-capability: the portfolio documents itself. When a project evolves, re-running the relevant workstream produces updated reports reflecting the current state. Code audits track trajectory โ€” the delta between runs shows whether code quality is improving or degrading. Security audits produce before-and-after posture scores.

The Claude Code Templates project approaches the same problem from a distribution angle. Rather than opinionated workstreams, it provides a catalog of composable configurations that developers can mix to match their workflow. A team setting up a new project can install a security auditor agent, a test generation command, a GitHub MCP integration, and a pre-commit validation hook in one command:

bash
npx claude-code-templates@latest --agent security-auditor --command generate-tests --mcp github-integration --hook pre-commit-validation

How They Work

The Worksona Toolkit commands are framework-agnostic. They auto-detect language and framework from package manifests, identify API routes from file conventions, infer database schema from ORM and model files, and read infrastructure from config files and environment variables. A project written in Go, Rails, or FastAPI runs through the same commands as a Next.js project.

The analytics component of Claude Code Templates monitors Claude Code sessions in real time โ€” detecting conversation state (working, waiting, idle), tracking session performance metrics, and providing export capabilities for session data. It runs as a local web server on port 3333 with WebSocket updates.

The Claude Code Templates CLI supports installation of individual components or complete development stacks. Components cover security auditors, frontend and fullstack developer agents, database architects, test generation commands, PostgreSQL and GitHub MCP integrations, git automation hooks, and performance optimization settings. The catalog is browsable at aitmpl.com and the project is listed in Awesome Claude Code.

Where It Fits in Worksona

These two projects are the meta-layer. They don't build product features โ€” they build the capability to understand, document, audit, and ship product features efficiently.

The Worksona Toolkit is how Worksona projects achieve consistent documentation depth. The golden reports that define each project's position, capabilities, and technical architecture are not written by hand โ€” they are generated by running the toolkit against the live codebase and reviewing the output. This makes documentation a property of the code, not a separate artifact that drifts out of sync.

Claude Code Templates represents a broader bet: that the configurations, conventions, and patterns that make Claude Code effective are worth systematizing and distributing. The MIT-licensed catalog is designed to accumulate community contributions, extending the platform's reach beyond what any single team could build. For Worksona, it serves as both a contribution to the Claude Code ecosystem and a practical tool for bootstrapping new projects with proven configurations from day one.


Live: worksona-claude-toolkit.netlify.app ยท worksona-repo-publisher-toolkit.netlify.app

Share
๐• Post