$ skills --list
KI-Agent-Skills durchsuchen und entdecken
KI-Agent-Skills durchsuchen und entdecken
Showing 44001-44020 of 44357 skills
Generate professional drug discovery reports including target dossiers,competitive briefs, and Go/No-Go decision summaries.Use this skill when you need formatted reports for presentations,decision meetings, or documentation. Supports multiple output formats.Keywords: report, dossier, decision, go-no-go, brief, presentation
React coding guidelines and best practices. MUST follow these rules. Use when reviewing or writing React code or tasks.
doc仄äžă«æèĄă»èšç»ăæžăăšăă«ćèă«ăăăčăă«
Choose and implement WebFBundle loading in a Flutter host (remote URL, assets, localhost dev, inline) and diagnose bundle load failures (bad URL, missing assets, network errors). Use when the user mentions WebFBundle, bundle URL/path, remote vs assets vs localhost vs inline, or âbundle wonât loadâ.
ăăăžă§ăŻăăź .claude/settings.json ăæŽæ°ăăăăèšćźăæŽæ°ăăŠăăsettings ă〿Žăăpermissions ăèżœć ăăèšćźăć€ăăŠăăClaude ăźèšćźăăèšćźăăĄă€ă«ăç·šéăăallowedTools ăèżœć ăăȘă©ă§è”·ćăClaude Code ăźăăăžă§ăŻăèšćźă知çă
This skill should be used when the user asks about "prompt_toolkit Validator", "validation", "input validation", "ValidationError", "History", "FileHistory", "InMemoryHistory", "auto_suggest", "AutoSuggest", or needs to validate user input or implement command history in prompt_toolkit applications.
Suggested shell aliases based on usage patterns
WHEN: Coverage analysis, finding untested files, test prioritization, coverage gap identificationWHAT: Line/Branch/Function coverage + untested file list + priority by importance + improvement roadmapWHEN NOT: Test generation â test-generator, Test quality â code-reviewer
Clean Architecture and SOLID principles implementation including dependency injection, layer separation, domain-driven design, hexagonal architecture, and code quality patterns
Use when designing database schemas from business requirements, translating vague requirements into concrete SQL definitions, or validating database designs with non-technical stakeholders. Provides a systematic methodology that decouples logical business modeling from physical implementation to reduce cognitive load and ensure business-driven design.
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
Pyright fast Python type checker from Microsoft with VS Code integration and strict type checking modes
Use when decomposing complex work. Dispatch fresh subagent per task, review between tasks. Flow: Load plan â Dispatch task â Review output â Apply feedback â Mark complete â Next task. No skipping reviews, no parallel dispatch.
This skill should be used when implementing rich, interactive React components in LangGraph applications, including weather dashboards, image galleries, flashcards, charts, forms, and custom visualizations. Use when building new agents with custom UI, retrofitting existing agents with generative UI, or implementing specific component types like galleries or interactive forms.
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
Complete security patterns for GitHub Actions covering action pinning, GITHUB_TOKEN permissions, third-party action risks, secret management, and runner security.
Get today's date for web searches and date-sensitive tasks. Auto-invoke before any WebSearch that includes a year (e.g., "React 2024", "Python 2025"), when searching for current documentation, latest releases, or recent information. Ensures searches use the correct current year instead of outdated dates.
Creates custom React hooks for SideDish. Use when the user asks to create a new hook, extract shared logic into a hook, or refactor component logic into reusable hooks. Includes TypeScript interfaces, memoization patterns, and index.ts export.
Comprehensive SEO optimization for web applications. Use when asked to improve search rankings, add meta tags, create structured data, generate sitemaps, optimize for Core Web Vitals, or analyze SEO issues. Works with Next.js, Astro, React, and static HTML sites.
Use when implementing any feature or bugfix. Write the test first, watch it fail, write minimal code to pass. Red-Green-Refactor cycle.