Browse Skills

44358 skills found

h3-pg.md
345
1 export h3-pg
2 postgis from "postgis/h3-pg"
3 PostgreSQL bindings for H3 hexagonal grid system. Use when working with H3 cells in Postgres, including spatial indexing, geometry/geography integration, and raster analysis.
2026-01-05
add-provider.md
338
1 export add-provider
2 tddworks from "tddworks/ClaudeBar"
3 Guide for adding new AI providers to ClaudeBar using TDD patterns. Use this skill when: (1) Adding a new AI assistant provider (like Antigravity, Cursor, etc.) (2) Creating a usage probe for a CLI tool or local API (3) Following TDD to implement provider integration (4) User asks "how do I add a new provider" or "create a provider for X"
2026-01-06
implement-feature.md
338
1 export implement-feature
2 tddworks from "tddworks/ClaudeBar"
3 Guide for implementing features in ClaudeBar following architecture-first design, TDD, rich domain models, and Swift 6.2 patterns. Use this skill when: (1) Adding new functionality to the app (2) Creating domain models that follow user's mental model (3) Building SwiftUI views that consume domain models directly (4) User asks "how do I implement X" or "add feature Y" (5) Implementing any feature that spans Domain, Infrastructure, and App layers
2026-01-06
improvement.md
338
1 export improvement
2 tddworks from "tddworks/ClaudeBar"
3 Guide for making improvements to existing ClaudeBar functionality using TDD. Use this skill when: (1) Enhancing existing features (not adding new ones) (2) Improving UX, performance, or code quality (3) User asks "improve X", "make Y better", or "enhance Z" (4) Small enhancements that don't require full architecture design For NEW features, use implement-feature skill instead.
2026-01-06
fix-bug.md
338
1 export fix-bug
2 tddworks from "tddworks/ClaudeBar"
3 Guide for fixing bugs in ClaudeBar following Chicago School TDD and rich domain design. Use this skill when: (1) User reports a bug or unexpected behavior (2) Fixing a defect in existing functionality (3) User asks "fix this bug" or "this doesn't work correctly" (4) Correcting behavior that violates the user's mental model
2026-01-06
Browser Automation.md
337
1 export Browser Automation
2 browserbase from "browserbase/agent-browse"
3 Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.
2026-01-06
contextvar-opportunity-finder.md
336
1 export contextvar-opportunity-finder
2 taylorsatula from "taylorsatula/mira-OSS"
3 Detect explicit user_id parameters in functions to identify potential opportunities for using ambient context. This is an investigation tool that flags instances for human review, not a prescriptive analyzer.
2026-01-06
Prompt Mastery.md
336
1 export Prompt Mastery
2 taylorsatula from "taylorsatula/mira-OSS"
3 Advanced LLM prompt engineering expertise for crafting highly effective prompts, system messages, and tool descriptions with Claude-specific techniques
2026-01-06
Code Consistency - Logging & Standards.md
336
1 export Code Consistency - Logging & Standards
2 taylorsatula from "taylorsatula/mira-OSS"
3 Check Python logging levels and patterns for correctness. Focus on identifying wrong severity levels and missing exception handling. Use when reviewing code quality.
2026-01-06
investigate-dependencies.md
336
1 export investigate-dependencies
2 taylorsatula from "taylorsatula/mira-OSS"
3 Conduct thorough dependency audits to identify redundant code, unused features, and improper usage patterns. Examines each import to ensure we're leveraging existing capabilities rather than reinventing functionality.
2026-01-06
Real Pytest - No Mocks, Real Tests.md
336
1 export Real Pytest - No Mocks, Real Tests
2 taylorsatula from "taylorsatula/mira-OSS"
3 Write pytests that test real public interfaces with actual components, no mocking, and precise assertions. MIRA-specific patterns. Use when creating or reviewing tests.
2026-01-06
fail-fast-no-hedging.md
336
1 export fail-fast-no-hedging
2 taylorsatula from "taylorsatula/mira-OSS"
3 Eliminate component hedging anti-patterns that mask infrastructure failures. Build systems that fail loudly when broken instead of limping along in degraded states. Critical for production reliability and operational visibility.
2026-01-06
Git Workflow.md
336
1 export Git Workflow
2 taylorsatula from "taylorsatula/mira-OSS"
3 DO NOT COMMIT unless user explicitly tells you to. Use this skill EVERY SINGLE TIME before creating a git commit. Provides mandatory commit message format, staging rules, and post-commit summary requirements for the MIRA project
2026-01-06
ensue-memory.md
330
1 export ensue-memory
2 mutable-state-inc from "mutable-state-inc/ensue-skill"
3 Augmented cognition layer that makes users smarter by connecting conversations to their persistent knowledge tree. Use proactively when topics arise that might have prior knowledge, and when users ask to remember, recall, search, or organize. Triggers on technical discussions, decision-making, project work, "remember this", "recall", "what do I know about", or any knowledge request.
2026-01-06
api-documenter.md
329
1 export api-documenter
2 alirezarezvani from "alirezarezvani/claude-code-tresor"
3 Auto-generate API documentation from code and comments. Use when API endpoints change, or user mentions API docs. Creates OpenAPI/Swagger specs from code. Triggers on API file changes, documentation requests, endpoint additions.
2026-01-06
code-reviewer.md
329
1 export code-reviewer
2 alirezarezvani from "alirezarezvani/claude-code-tresor"
3 Automatic code quality and best practices analysis. Use proactively when files are modified, saved, or committed. Analyzes code style, patterns, potential bugs, and security basics. Triggers on file changes, git diff, code edits, quality mentions.
2026-01-06
git-commit-helper.md
329
1 export git-commit-helper
2 alirezarezvani from "alirezarezvani/claude-code-tresor"
3 Generate conventional commit messages automatically. Use when user runs git commit, stages changes, or asks for commit message help. Analyzes git diff to create clear, descriptive conventional commit messages. Triggers on git commit, staged changes, commit message requests.
2026-01-06
test-generator.md
329
1 export test-generator
2 alirezarezvani from "alirezarezvani/claude-code-tresor"
3 Automatically suggest tests for new functions and components. Use when new code is written, functions added, or user mentions testing. Creates test scaffolding with Jest, Vitest, Pytest patterns. Triggers on new functions, components, test requests, testing mentions.
2026-01-06
security-auditor.md
329
1 export security-auditor
2 alirezarezvani from "alirezarezvani/claude-code-tresor"
3 Continuous security vulnerability scanning for OWASP Top 10, common vulnerabilities, and insecure patterns. Use when reviewing code, before deployments, or on file changes. Scans for SQL injection, XSS, secrets exposure, auth issues. Triggers on file changes, security mentions, deployment prep.
2026-01-06
readme-updater.md
329
1 export readme-updater
2 alirezarezvani from "alirezarezvani/claude-code-tresor"
3 Keep README files current with project changes. Use when project structure changes, features added, or setup instructions modified. Suggests README updates based on code changes. Triggers on significant project changes, new features, dependency changes.
2026-01-06
dependency-auditor.md
329
1 export dependency-auditor
2 alirezarezvani from "alirezarezvani/claude-code-tresor"
3 Check dependencies for known vulnerabilities using npm audit, pip-audit, etc. Use when package.json or requirements.txt changes, or before deployments. Alerts on vulnerable dependencies. Triggers on dependency file changes, deployment prep, security mentions.
2026-01-06
secret-scanner.md
329
1 export secret-scanner
2 alirezarezvani from "alirezarezvani/claude-code-tresor"
3 Detect exposed secrets, API keys, credentials, and tokens in code. Use before commits, on file saves, or when security is mentioned. Prevents accidental secret exposure. Triggers on file changes, git commits, security checks, .env file modifications.
2026-01-06
my-skill-name.md
324
1 export my-skill-name
2 wenerme from "wenerme/wener"
3 A clear description of what this skill does and when to use it
2026-01-05
logo-with-variants.md
322
1 export logo-with-variants
2 crafter-station from "crafter-station/elements"
3 Create logo components with multiple variants (icon, wordmark, logo) and light/dark modes. Use when the user provides logo SVG files and wants to create a variant-based logo component following the Clerk pattern in the Elements project.
2025-12-28