Browse Skills

18175 skills found

search.md
9
1 export search
2 memorysaver from "memorysaver/looplia-core"
3 This skill should be used when the user needs to search for information, find files,look up content online, or retrieve data without providing input files.Trigger phrases include:- "search for", "find", "look up", "research"- "search the web", "search online", "fetch from URL"- "search files", "scan codebase", "find in project", "grep for"- "get news from", "read hacker news", "check what's trending"Supports multiple search modes:- local: Search local filesystem using Glob, Grep, Read, Bash- web: Search web content using WebSearch, WebFetch- future: Pluggable providers (jina.ai, firecrawl, exa.ai)This is an input-less skill - it executes search missions autonomously.
2026-01-22
media-reviewer.md
9
1 export media-reviewer
2 memorysaver from "memorysaver/looplia-core"
3 Analyze media content structure, narrative flow, key themes, and important moments from videos, podcasts, and articles. Use when you need to understand content organization before documenting.
2026-01-22
python-testing.md
9
1 export python-testing
2 LangConfig from "LangConfig/langconfig"
3 Expert guidance for writing Python tests with pytest and unittest. Use when writing tests, debugging test failures, or improving test coverage for Python projects.
2026-01-12
license-checker.md
9
1 export license-checker
2 opendatahub-io from "opendatahub-io/ai-helpers"
3 Assess license compatibility for Python package redistribution using SPDX.org license database. Evaluates whether a given license allows building and distributing wheels, with real-time license information lookup.
2026-01-20
ngspice Circuit Simulator.md
9
1 export ngspice Circuit Simulator
2 pacphi from "pacphi/sindri"
3 Electronic circuit simulation and SPICE analysis via ngspice MCP tool
2026-01-21
google-sheets-formula-builder.md
9
1 export google-sheets-formula-builder
2 masharratt from "masharratt/claude-flow-novice"
3 Constructs and validates Google Sheets formulas from templates with syntax checking
2026-01-15
drizzle-orm-d1.md
9
1 export drizzle-orm-d1
2 secondsky from "secondsky/claude-skills"
3 Type-safe ORM for Cloudflare D1 databases using Drizzle. Use when: building D1 database schemas, writing type-safe SQL queries, managing migrations with Drizzle Kit, defining table relations, implementing prepared statements, using D1 batch API, or encountering D1_ERROR, transaction errors, foreign key constraint failures, or schema inference issues. Keywords: drizzle orm, drizzle d1, type-safe sql, drizzle schema, drizzle migrations, drizzle kit, orm cloudflare, d1 orm, drizzle typescript, drizzle relations, drizzle transactions, drizzle query builder, schema definition, prepared statements, drizzle batch, migration management, relational queries, drizzle joins, D1_ERROR, BEGIN TRANSACTION d1, foreign key constraint, migration failed, schema not found, d1 binding error, schema design, database indexes, soft deletes, uuid primary keys, enum constraints, performance optimization, naming conventions, schema testing
2026-01-05
Bun TanStack Start.md
9
1 export Bun TanStack Start
2 secondsky from "secondsky/claude-skills"
3 TanStack Start full-stack React framework with Bun runtime. Use for TanStack Router, server functions, vinxi, or encountering SSR, build, preset errors.
2026-01-05
meta.md
9
1 export meta
2 whilp from "whilp/dotfiles"
3 Guide for writing and improving Claude Code skills. Use when creating new skills, debugging why skills aren't activating, or improving skill descriptions and structure.
2026-01-21
devtools.md
9
1 export devtools
2 henkisdabro from "henkisdabro/wookstar-claude-code-plugins"
3 This skill helps launch and configure the Chrome DevTools MCP server, giving Claude visual access to a live browser for debugging and automation. Use when the user asks to set up browser debugging, launch Chrome with DevTools, configure chrome-devtools-mcp, see what my app looks like, take screenshots of my web application, check the browser console, debug console errors, inspect network requests, analyse API responses, measure Core Web Vitals or page performance, run a Lighthouse audit, test button clicks or form submissions, automate browser interactions, fill out forms programmatically, simulate user actions, emulate mobile devices or slow networks, capture DOM snapshots, execute JavaScript in the browser, or troubleshoot Chrome DevTools MCP connection issues. Supports Windows, Linux, and WSL2 environments.
2026-01-16
nette-utils.md
9
1 export nette-utils
2 nette from "nette/claude-code"
3 Provides Nette Utils helper classes. Use when working with arrays, strings, files, images, JSON, validators, DateTime, or other utility functions.
2026-01-18
workflow-schema-composer.md
9
1 export workflow-schema-composer
2 memorysaver from "memorysaver/looplia-core"
3 This skill should be used when the user wants to create a new looplia workflow, generate a workflow definition file, or compose workflow steps from skill recommendations. Use when someone says "create a looplia workflow", "generate workflow.md", "compose workflow steps", "build me an automation pipeline", or "/build" (final step). Final step in looplia workflow building: transforms skill recommendations into valid v0.7.0 workflow YAML/Markdown files. Each step uses skill: + mission: syntax, following the one workflow step → one skill-executor → multiple skills architecture. v0.7.0: Generates explicit `skills:` declaration for selective plugin loading. v0.6.3: Supports input-less workflows using input-less capable skills (e.g., search).
2026-01-22
api-pagination.md
9
1 export api-pagination
2 secondsky from "secondsky/claude-skills"
3 Implements efficient API pagination using offset, cursor, and keyset strategies for large datasets. Use when building paginated endpoints, implementing infinite scroll, or optimizing database queries for collections.
2026-01-05
better-auth.md
9
1 export better-auth
2 secondsky from "secondsky/claude-skills"
3 Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.
2026-01-05
mobile-app-testing.md
9
1 export mobile-app-testing
2 secondsky from "secondsky/claude-skills"
3 Mobile app testing with unit tests, UI automation, performance testing. Use for test infrastructure, E2E tests, testing standards, or encountering test framework setup, device farms, flaky tests, platform-specific test errors.
2026-01-05
workers-multi-lang.md
9
1 export workers-multi-lang
2 secondsky from "secondsky/claude-skills"
3 Multi-language Workers development with Rust, Python, and WebAssembly. Use when building Workers in languages other than JavaScript/TypeScript, or when integrating WASM modules for performance-critical code.
2026-01-05
api-design-principles.md
9
1 export api-design-principles
2 secondsky from "secondsky/claude-skills"
3 Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
2026-01-05
architecture-patterns.md
9
1 export architecture-patterns
2 secondsky from "secondsky/claude-skills"
3 Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
2026-01-05
vulnerability-scanning.md
9
1 export vulnerability-scanning
2 secondsky from "secondsky/claude-skills"
3 Automated security scanning for dependencies, code, containers with Trivy, Snyk, npm audit. Use for CI/CD security gates, pre-deployment audits, compliance requirements, or encountering CVE detection, outdated packages, license compliance, SBOM generation errors.
2026-01-05
sveltia-cms.md
9
1 export sveltia-cms
2 secondsky from "secondsky/claude-skills"
3 Sveltia CMS Git-backed content management (Decap/Netlify CMS successor). 5x smaller bundle (300 KB), GraphQL performance, solves 260+ issues. Use for static sites (Hugo, Jekyll, 11ty, Gatsby, Astro, Next.js), blogs, docs, i18n, or encountering OAuth errors, TOML/YAML issues, CORS problems, content listing errors.
2026-01-05
database-schema-design.md
9
1 export database-schema-design
2 secondsky from "secondsky/claude-skills"
3 Database schema design for PostgreSQL/MySQL with normalization, relationships, constraints. Use for new databases, schema reviews, migrations, or encountering missing PKs/FKs, wrong data types, premature denormalization, EAV anti-pattern.
2026-01-05
langchain-agents.md
9
1 export langchain-agents
2 LangConfig from "LangConfig/langconfig"
3 Expert guidance for building LangChain agents with proper tool binding, memory, and configuration. Use when creating agents, configuring models, or setting up tool integrations in LangConfig.
2026-01-12
testing-patterns.md
9
1 export testing-patterns
2 LetPeopleWork from "LetPeopleWork/Lighthouse"
3 TDD workflow and test strategy patterns including test pyramid, coverage strategies, mocking approaches, and anti-patterns. Load when writing tests, designing test strategies, or reviewing test coverage.
2026-01-22
content-documenter.md
9
1 export content-documenter
2 memorysaver from "memorysaver/looplia-core"
3 Generate structured ContentSummary JSON from analyzed content. Use after media-reviewer to produce final output with all 16 fields.
2026-01-22