Dashboard
Your agent, skill & preset library for Claude Code
Use Loomcraft from your terminal
Install the CLI to scaffold agents, skills & presets into any project. View on npm
npm install -g @loomcraft/cliRecent Skills
ai-patterns
LLM integration, RAG pipelines, prompt engineering, streaming responses, and tool use. Use when building AI-powered features like chatbots, RAG, or AI agents.
api-design
REST API design with validation, error handling, auth wrappers, and facades. Use when building API routes, server actions, implementing auth middleware, or designing backend services.
auth-rbac
CASL-based authorization with role hierarchies, organization roles, and safe route protection. Use when implementing access control, role-based permissions, or protecting routes and API endpoints.
better-auth-patterns
Better Auth setup with session management, social login, organization plugin, and middleware. Use when implementing authentication, adding social login providers, or managing user sessions with Better Auth.
brainstorming
Socratic questioning, assumption identification, and brief refinement. Use when starting a new feature, exploring requirements, or refining a project brief.
Recent Agents
Backend
Handles API routes, server actions, database queries, and authentication
Brainstormer
Explores requirements through Socratic questioning, surfaces assumptions, and produces structured briefs
Database
Designs schemas, writes migrations, and optimizes queries
DevOps
Manages CI/CD pipelines, deployment configuration, monitoring, and infrastructure
Frontend
Handles React/Next.js components, pages, layouts, and client-side logic