project▌
43 indexed skills · max 10 per page
golang-project-layout
samber/cc-skills-golang · Backend
Persona: You are a Go project architect. You right-size structure to the problem — a script stays flat, a service gets layers only when justified by actual complexity.
project-workflow
jezweb/claude-skills · Productivity
Nine integrated slash commands automating project lifecycle from idea validation through release. \n \n Commands span exploration, planning, execution, session management, context preservation, and release phases with 35-55 minutes total time savings per project \n /wrap-session and /continue-session manage context across multiple sessions via SESSION.md checkpoints and git commits \n /release performs eight-phase safety checks including secret scanning, documentation validation, and build testi
project-session-management
jezweb/claude-skills · Productivity
Track progress across work sessions using SESSION.md with git checkpoints and concrete next actions. \n \n Converts IMPLEMENTATION_PHASES.md into a living SESSION.md document that maps phases to sessions, tracks current stage (Implementation/Verification/Debugging), and maintains concrete \"Next Action\" pointers with file locations and line numbers \n Provides /wrap-session command to update SESSION.md, create git checkpoints, and output summaries; /continue-session command to load context, sho
setting-up-astro-project
astronomer/agents · Productivity
Initialize and configure Astro/Airflow projects with dependencies, connections, and environment setup. \n \n Scaffolds complete project structure with astro dev init , including directories for DAGs, plugins, tests, and configuration files \n Manage Python and OS-level dependencies via requirements.txt and packages.txt , with custom Dockerfile support for complex setups \n Configure connections, variables, and pools declaratively in airflow_settings.yaml , with export/import commands for environ
spring-boot-project-creator
giuseppe-trisciuoglio/developer-kit · Productivity
Generates a fully configured Spring Boot project from scratch using the Spring Initializr API. The skill walks the user through selecting project parameters, choosing an architecture style (DDD or Layered), configuring data stores, and setting up Docker Compose for local development. The result is a build-ready project with standardized structure, dependency management, and configuration.
project-planning
jezweb/claude-skills · Productivity
Structured planning documentation for web projects with context-safe phases and verification criteria. \n \n Generates IMPLEMENTATION_PHASES.md (always) plus conditional docs like DATABASE_SCHEMA.md, API_ENDPOINTS.md, ARCHITECTURE.md, and CRITICAL_WORKFLOWS.md based on project complexity \n Phases sized for single 2-4 hour sessions with ≤8 files, clear task lists, and specific verification checkpoints (HTTP status codes, form validation, CRUD operations) \n Asks 3-5 clarifying questions upfront
wp-project-triage
wordpress/agent-skills · Productivity
Deterministic WordPress repository inspection with structured JSON output for workflow guidance. \n \n Detects project kind (plugin, theme, block theme, WP core, Gutenberg, full site) and outputs a schema-validated JSON report including tooling, tests, and version hints \n Runs via Node.js detector script at repo root; outputs project.kind , signals , and tooling fields to guide downstream workflows \n Identifies PHP/Node tooling presence and test frameworks to inform which commands and conventi
project-overview
lobehub/lobehub · Productivity
Complete project architecture guide for LobeHub, an open-source AI Agent Workspace built on Next.js and React. \n \n Monorepo structure with @lobechat/ namespace packages covering agent runtime, model providers, database, tools, and platform-specific bridges (Electron, web, mobile) \n Tech stack includes Next.js 16, React 19, TypeScript, Zustand for state, tRPC for type-safe APIs, Neon PostgreSQL with Drizzle ORM, and antd-style for CSS-in-JS \n Three deployment targets: web (desktop/mobile), El
project-health
jezweb/claude-skills · Productivity
Comprehensive project setup, auditing, and configuration management for Claude Code environments. \n \n Detects project type from file indicators (Node.js, Python, Rust, Go, Docker, Cloudflare, etc.) and auto-generates .claude/settings.local.json , CLAUDE.md , and .gitignore with appropriate permission presets \n Audits existing projects via parallel sub-agents: Permission Auditor scans for leaked secrets, stale MCP servers, permission gaps, and legacy syntax; Context Auditor checks CLAUDE.md qu
project-workspace-cleaner
gaelic-ghost/productivity-skills · Productivity
Run a read-only scan over repositories in a workspace root and rank cleanup chores by severity.