project▌
49 indexed skills · max 10 per page
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-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.
burpsuite-project-parser
trailofbits/skills · Frontend
Search and extract HTTP traffic, audit findings, and security data from Burp Suite project files via CLI. \n \n Queries proxy history, site map, and audit items using regex patterns on request/response headers and bodies \n Requires Burp Suite Professional and the burpsuite-project-file-parser extension; delegates parsing to Burp's Java runtime \n Enforces sub-component filters (headers, bodies) instead of full dumps to prevent gigabyte-scale data retrieval; mandatory truncation of body content
project-session-manager
yeachan-heo/oh-my-claudecode · Productivity
psm is the compatibility alias for this canonical skill entrypoint.
project-workflow-analysis-blueprint-generator
github/awesome-copilot · Productivity
Generates detailed implementation blueprints by analyzing project architecture, technology stacks, and workflow patterns. \n \n Auto-detects project type, entry points, persistence mechanisms, and architecture patterns (.NET, Java/Spring, React, microservices, etc.) to tailor documentation \n Documents complete end-to-end workflows across entry points, service layers, data access, error handling, and response construction with actual code examples \n Configurable output detail levels, workflow c