Browse Skills

4429 skills found

browsing-history.md
4
1 export browsing-history
2 glebis from "glebis/claude-skills"
3 Query browsing history from all synced devices (iPhone, Mac, iPad, desktop). Supports natural language queries for filtering by date, device, domain, and keywords. Uses LLM classification for content categories. Can output to stdout or save as markdown/JSON to Obsidian vault.
2026-01-05
cranelift-debugging.md
4
1 export cranelift-debugging
2 fasterthanlime from "fasterthanlime/.claude"
3 Debug JIT-compiled code from Cranelift. Use when debugging crashes, memory corruption, or calling convention issues in dynamically generated code. Covers cdb.exe (Windows), lldb/gdb with SIGSEGV handlers (Unix), and disassembly analysis.
2026-01-05
worldbuilding.md
4
1 export worldbuilding
2 jwynia from "jwynia/the-kepler-testimonies"
3 Diagnose world-level story problems. Use when settings feel thin, institutions feel designed rather than evolved, economies don't make sense, or non-human species feel like humans in costume. Applies systemic worldbuilding principles to identify specific gaps and recommend interventions.
2026-01-05
dast-zap.md
4
1 export dast-zap
2 AgentSecOps from "AgentSecOps/SecOpsAgentKit"
3 Dynamic application security testing (DAST) using OWASP ZAP (Zed Attack Proxy) with passive and active scanning, API testing, and OWASP Top 10 vulnerability detection. Use when: (1) Performing runtime security testing of web applications and APIs, (2) Detecting vulnerabilities like XSS, SQL injection, and authentication flaws in deployed applications, (3) Automating security scans in CI/CD pipelines with Docker containers, (4) Conducting authenticated testing with session management, (5) Generating security reports with OWASP and CWE mappings for compliance.
2026-01-05
ask-gemini.md
4
1 export ask-gemini
2 praveenperera from "praveenperera/dotfiles"
3 Use the Gemini CLI to search the web for current information. Use this skill whenever the user explicitly asks to "ask gemini" or wants to query Gemini with web search capabilities.
2026-01-05
ash-postgres.md
4
1 export ash-postgres
2 forest from "forest/dotfiles"
3 AshPostgres data layer guidelines for PostgreSQL with Ash Framework. Use when configuring postgres blocks, foreign key references, check constraints, custom indexes, migrations, or multitenancy. The default choice for Ash data layers. Supports PostgreSQL 13+.
2026-01-05
add-database-table.md
4
1 export add-database-table
2 gregsantos from "gregsantos/nexturbo"
3 Add a new database table with Drizzle ORM
2026-01-05
azure-setup-guide.md
4
1 export azure-setup-guide
2 andersnygaard from "andersnygaard/ettsted2"
3 Research and generate Azure deployment guide with EasyAuth (Google + Facebook) and CosmosDB. This skill searches for current documentation and screenshots to produce an up-to-date setup guide at .docs/azure-setup-guide.md.
2026-01-05
xdg-base-directory.md
4
1 export xdg-base-directory
2 Jamie-BitFlight from "Jamie-BitFlight/claude_skills"
3 When an application needs to store config, data, cache, or state files. When designing where user-specific files should live. When code writes to ~/.appname or hardcoded home paths. When implementing cross-platform file storage with platformdirs.
2026-01-05
using-systems-as-experience.md
4
1 export using-systems-as-experience
2 tachyon-beep from "tachyon-beep/skillpacks"
3 Router for systems-as-experience - emergence, sandbox, optimization, discovery, narrative, modding
2026-01-05
clickhouse-pydantic-config.md
4
1 export clickhouse-pydantic-config
2 terrylica from "terrylica/cc-skills"
3 Generate DBeaver configurations from Pydantic ClickHouse connection models. Use when user mentions "DBeaver config", "ClickHouse connection setup", "database client configuration", "generate connection JSON", "mise SSoT connection", or needs consistent connection configuration across development tools.
2026-01-05
clickhouse-architect.md
4
1 export clickhouse-architect
2 terrylica from "terrylica/cc-skills"
3 ClickHouse schema design authority (hub skill). Use when designing schemas, selecting compression codecs, tuning ORDER BY, optimizing queries, or reviewing table structure. **Delegates to**: clickhouse-cloud-management for user creation, clickhouse-pydantic-config for DBeaver config, schema-e2e-validation for YAML contracts. Triggers: "design ClickHouse schema", "compression codecs", "MergeTree optimization", "ORDER BY tuning", "partition key", "ClickHouse performance", "SharedMergeTree", "ReplicatedMergeTree", "migrate to ClickHouse".
2026-01-05
notion.md
4
1 export notion
2 vm0-ai from "vm0-ai/vm0-cookbooks"
3 Store and manage influencer data in Notion database
2026-01-05
sast-bandit.md
4
1 export sast-bandit
2 AgentSecOps from "AgentSecOps/SecOpsAgentKit"
3 Python security vulnerability detection using Bandit SAST with CWE and OWASP mapping. Use when: (1) Scanning Python code for security vulnerabilities and anti-patterns, (2) Identifying hardcoded secrets, SQL injection, command injection, and insecure APIs, (3) Generating security reports with severity classifications for CI/CD pipelines, (4) Providing remediation guidance with security framework references, (5) Enforcing Python security best practices in development workflows.
2026-01-05
psql.md
4
1 export psql
2 Bind from "Bind/skillz.sh"
3 Run PostgreSQL queries and meta-commands via CLI
2026-01-05
cicd-pipeline-architecture.md
4
1 export cicd-pipeline-architecture
2 tachyon-beep from "tachyon-beep/skillpacks"
3 Use when setting up CI/CD pipelines, experiencing deployment failures, slow feedback loops, or production incidents after deployment - provides deployment strategies, test gates, rollback mechanisms, and environment promotion patterns to prevent downtime and enable safe continuous delivery
2026-01-05
fetching-data.md
4
1 export fetching-data
2 QingqiShi from "QingqiShi/shiqingqi.com"
3 Data fetching patterns for server/client components using fetch API, TanStack Query, useSuspenseQuery, apiRouteWrapper, and apiRequestWrapper. Use when implementing data loading, API calls, server functions, queries, mutations, API routes, or when the user mentions TanStack Query, useSuspenseQuery, apiRouteWrapper, apiRequestWrapper, tmdb-server-functions, or data fetching.
2026-01-05
codex-configuration.md
4
1 export codex-configuration
2 outfitter-dev from "outfitter-dev/agents"
3 Manages OpenAI Codex CLI configuration including config.toml settings, MCP servers, model profiles, sandbox modes, approval policies, and skill paths. Use when configuring Codex CLI, setting up model profiles, managing MCP server integrations, troubleshooting Codex configuration issues, or optimizing Codex for different workflows.
2026-01-05
sql-schema-generator.md
4
1 export sql-schema-generator
2 projectquestorg from "projectquestorg/AgileFlow"
3 Generate SQL schemas with migrations and database table definitions
2026-01-05
causal-loop-microsim-generator.md
4
1 export causal-loop-microsim-generator
2 dmccreary from "dmccreary/claude-skills"
3 This skill generates interactive Causal Loop Diagram (CLD) MicroSims using the vis-network JavaScript library. Use this skill when users need to create causal loop diagrams for systems thinking education, showing feedback loops, reinforcing and balancing dynamics. The skill creates a complete MicroSim package with index.md, main.html, JavaScript, JSON data, and CSS files in the /docs/sims/ directory. This skill should be used when users request creating CLDs, causal diagrams, feedback loop visualizations, or systems thinking diagrams.
2026-01-05
multi-agent-performance-profiling.md
4
1 export multi-agent-performance-profiling
2 terrylica from "terrylica/cc-skills"
3 Multi-agent parallel performance profiling workflow for identifying bottlenecks in data pipelines. Use when investigating performance issues, optimizing ingestion pipelines, profiling database operations, or diagnosing throughput bottlenecks in multi-stage data systems.
2026-01-05
forensics-osquery.md
4
1 export forensics-osquery
2 AgentSecOps from "AgentSecOps/SecOpsAgentKit"
3 SQL-powered forensic investigation and system interrogation using osquery to query operating systems as relational databases. Enables rapid evidence collection, threat hunting, and incident response across Linux, macOS, and Windows endpoints. Use when: (1) Investigating security incidents and collecting forensic artifacts, (2) Threat hunting across endpoints for suspicious activity, (3) Analyzing running processes, network connections, and persistence mechanisms, (4) Collecting system state during incident response, (5) Querying file hashes, user activity, and system configuration for compromise indicators, (6) Building detection queries for continuous monitoring with osqueryd.
2026-01-05
schema-e2e-validation.md
4
1 export schema-e2e-validation
2 terrylica from "terrylica/cc-skills"
3 Run Earthly E2E validation for YAML schema contracts. Use when validating YAML schema changes, testing schema contracts against live ClickHouse, or regenerating Python types, DDL, and docs from YAML. For SQL schema design and optimization, use clickhouse-architect skill instead.
2026-01-05
notion-changes.md
4
1 export notion-changes
2 vm0-ai from "vm0-ai/vm0-cookbooks"
3 Query Notion for recent document changes
2026-01-05