Total 31,285 skills
Showing 12 of 31285 skills
Structure Python so LLMs can understand it in 50 lines.
Test Swift applications - XCTest, Swift Testing, UI tests, mocking, TDD, CI/CD
A guide to creating efficient Skills. Use this skill when users need to create a new skill (or update an existing one) to extend Claude's capabilities through expertise, workflows, or tool integrations.
Documentation-driven project development workflow. Intelligently determines task types, executes existing plans or generates new plans using feature-dev. **Use Cases:** - Complete project documentation exists, need to execute development tasks - User specifies to execute a certain plan (e.g., "Execute plan 001") - User requests to develop new features (automatically uses feature-dev to generate plans) **Prerequisites:** - The project should already have a docs/ documentation structure (PRD, SAD, etc.) - For new projects, it is recommended to first use the project-docs-setup skill to create complete documentation - If plan formulation is needed, it is recommended to use the project-planning skill **Relationship with Other Skills:** - project-docs-setup: Creates project documentation structure - project-planning: Formulates development plans (requirement clarification + design discussion + plan writing) - project-workflow: Executes development plans + updates documentation - Recommended workflow: project-docs-setup → project-planning → project-workflow **Trigger Methods:** - "Execute plan 001" / "Continue 001-user-authentication" - "Start development" / "Execute plan" / "Continue last task"
World-class PPT design architect, transforms content materials (speech drafts/keywords/outlines) into directly executable PPT design solutions. Applicable scenarios: (1) Generate PPT design prompts based on speech drafts, (2) Expand keywords into complete PPT design solutions, (3) Select the optimal visual form for content outlines, (4) Generate design parameters that comply with brand visual specifications, (5) Output generation instructions usable by tools like Gamma Pro. Triggered when users mention keywords such as "PPT design", "presentation", "slides", "design solution", "NotebookLM", "Gamma", "Keynote style", etc.
Work with JSONB data - queries, indexing, transformations
PostgreSQL monitoring - metrics, alerting, observability
Daily triage of Wilma school notifications for Finnish parents. Fetches exams, messages, news, schedules, and homework — filters for actionable items, syncs exams to Google Calendar, and reports via chat. Requires the `wilma` skill and `gog` CLI (or `gog` skill from ClawHub) for calendar access.
Process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and improve performance
Use when relay pagination with cursor-based pagination, infinite scroll, load more patterns, and connection protocols.
HTMX patterns for Django including partial templates, hx-* attributes, and dynamic UI without JavaScript. Use when building interactive UI, handling AJAX requests, or creating dynamic components.
Django template patterns including inheritance, partials, tags, and filters. Use when working with templates, creating reusable components, or organizing template structure.