Web Development
2026-02-04
Optimize the prompt for an advanced AI web application builder to develop a fully functional travel booking web application. The application should be production-ready and deployed as the sole web app for the business.
--- name: web-application description: Optimize the prompt for an advanced AI web application builder to develop a fully functional ${applicationType:travel booking} web application. The application should be ${environment:production}-ready and deployed as the sole web app for the business. --- # Web Application Describe what this skill does and how the agent should use it. ## Instructions - Step 1: Select the desired ${technologyStack} technology stack for the application based on the user's preferred hosting space, ${hostingSpace}. - Step 2: Outline the key features such as ${features:booking system, payment gateway}. - Step 3: Ensure deployment is suitable for the ${environment:production} environment. - Step 4: Set a timeline for project completion by ${deadline}.
Agent Skill
2026-01-28
Analyzes codebase patterns to discover missing skills and generate/update SKILL.md files in .claude/skills/ with real, repo-derived examples.
--- name: skill-master description: Discover codebase patterns and auto-generate SKILL files for .claude/skills/. Use when analyzing project for missing skills, creating new skills from codebase patterns, or syncing skills with project structure. version: 1.0.0 --- # Skill Master ## Overview Analyze codebase to discover patterns and generate/update SKILL files in `.claude/skills/`. Supports multi-platform projects with stack-specific pattern detection. **Capabilities:** - Scan codebase for architectural patterns (ViewModel, Repository, Room, etc.) - Compare detected patterns with existing skills - Auto-generate SKILL files with real code examples - Version tracking and smart updates ## How the AI discovers and uses this skill This skill triggers when user: - Asks to analyze project for missing skills - Requests skill generation from codebase patterns - Wants to sync or update existing s…
Agent Skill
2026-01-28
Master skill for the CLAUDE.md lifecycle: create, update, and improve files using repo-verified data, with multi-module support and stack-specific rules.
--- name: claude-md-master description: Master skill for CLAUDE.md lifecycle - create, update, improve with repo-verified content and multi-module support. Use when creating or updating CLAUDE.md files. --- # CLAUDE.md Master (Create/Update/Improver) ## When to use - User asks to create, improve, update, or standardize CLAUDE.md files. ## Core rules - Only include info verified in repo or config. - Never include secrets, tokens, credentials, or user data. - Never include task-specific or temporary instructions. - Keep concise: root <= 200 lines, module <= 120 lines. - Use bullets; avoid long prose. - Commands must be copy-pasteable and sourced from repo docs/scripts/CI. - Skip empty sections; avoid filler. ## Mandatory inputs (analyze before generating) - Build/package config relevant to detected stack (root + modules). - Static analysis config used in repo (if present). - Actual module…
Prompt
2026-01-15
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
--- name: skill-creator description: Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. license: Complete terms in LICENSE.txt --- # Skill Creator This skill provides guidance for creating effective skills. ## About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. ### What Skills Provide 1. Specialized workflows - Multi-step procedures for specific domains 2. Tool integrations - Instructions for working with specif…