project▌
49 indexed skills · max 10 per page
project-guidelines-example
affaan-m/everything-claude-code · Frontend
Project-specific architecture, code patterns, and deployment guidelines for Zenith application. \n \n Next.js 15 frontend with FastAPI backend, Supabase PostgreSQL database, and Claude API integration via structured output \n Includes standardized API response formats, custom React hooks, and Pydantic models for type safety across stack \n Testing requirements: pytest with 80% coverage minimum for backend, React Testing Library for frontend, Playwright for E2E \n Deployment via Google Cloud Run
persona-project-manager
googleworkspace/cli · Productivity
Persona for coordinating projects through task tracking, meeting scheduling, and document sharing. \n \n Requires five Google Workspace utility skills: Drive, Sheets, Calendar, Gmail, and Chat for full functionality \n Includes three built-in workflows: standup reports, weekly digests, and file announcements for common project coordination tasks \n Tracks project status by appending updates to Sheets, scheduling recurring team standups, and sending stakeholder emails \n Supports file discovery v
eve-project-bootstrap
incept5/eve-skillpacks · Productivity
Use this flow to connect an existing repo to Eve and get the first deploy running.
new-modular-project
modular/skills · Productivity
When the user wants to create a new project, first infer as many options as possible from the user's request (e.g., "new Mojo project" means type=Mojo, "called foo" means name=foo). Then use a structured multiple-choice prompt (not plain text) to gather only the remaining unspecified options in a single interaction. Do NOT ask about options the user has already provided or implied. The options to determine are:
ln-112-project-core-creator
levnikolaevich/claude-code-skills · Productivity
ln-112-project-core-creator
scaffolding-oracle-to-postgres-migration-test-project
github/awesome-copilot · Testing
Creates a compilable, empty xUnit test project with transaction management and seed data infrastructure for a single target project. Run once per project before writing tests.
debug-generated-project
tuist/agent-skills · Productivity
Ask the user for:
create-spring-boot-java-project
github/awesome-copilot · Backend
Generate a Spring Boot 3.4.5 project skeleton with PostgreSQL, Redis, MongoDB, and Docker Compose. \n \n Scaffolds a Maven-based Spring Boot project with Java 21, including Lombok, Spring Data JPA, Spring Web, caching, and validation dependencies \n Pre-configures application.properties with connection details for PostgreSQL, Redis, and MongoDB, plus SpringDoc OpenAPI for API documentation \n Generates a docker-compose.yaml file with Redis 6, PostgreSQL 17, and MongoDB 8 services, each with pers
create-spring-boot-kotlin-project
github/awesome-copilot · Productivity
Generate a Spring Boot Kotlin project skeleton with pre-configured databases and development services. \n \n Downloads a Spring Boot 3.4.5 project template with Kotlin, WebFlux, R2DBC, Redis, and MongoDB dependencies via Spring Initializr \n Includes Docker Compose configuration for PostgreSQL 17, Redis 6, and MongoDB 8 with pre-set credentials and volume mounts \n Adds SpringDoc OpenAPI integration for Swagger UI documentation and ArchUnit for architecture testing \n Requires Java 21, Docker, a