← Voltar para o catálogo
aiskillstore

Autor no catálogo

aiskillstore

1.000 skills367.000 estrelas no totalgithub.com/aiskillstore

Skills publicadas

Mostrando 48 de 4812

axe-ios-simulator

367

iOS Simulator automation using AXe CLI for touch gestures, text input, hardware buttons, screenshots, video recording, and accessibility inspection. Use when automating iOS Simulator interactions, writing UI tests, capturing screenshots/video, or inspecting accessibility elements. Triggers on iOS Simulator automation, AXe CLI usage, simulator tap/swipe/gesture commands, or accessibility testing ta

Segurança#testpor aiskillstore

playwright-best-practices

367

Provides Playwright test patterns for resilient locators, Page Object Models, fixtures, web-first assertions, and network mocking. Must use when writing or modifying Playwright tests (.spec.ts, .test.ts files with @playwright/test imports).

Segurança#testpor aiskillstore

tilt

367

Gerencia ambientes de desenvolvimento Tilt via CLI e autoria de Tiltfiles. Deve ser usado ao trabalhar com Tilt ou Tiltfiles.

Segurançapor aiskillstore

typescript-best-practices

367

Provides TypeScript patterns for type-first development, making illegal states unrepresentable, exhaustive handling, and runtime validation. Must use when reading or writing TypeScript/JavaScript files.

Segurança#javascript#typescriptpor aiskillstore

zig-best-practices

367

Provides Zig patterns for type-first development with tagged unions, explicit error sets, comptime validation, and memory management. Must use when reading or writing Zig files.

Segurançapor aiskillstore

claude-code-debug

367

Troubleshoot Claude Code extensions and behavior. Triggers on: debug, troubleshoot, not working, skill not loading, hook not running, agent not found.

Segurançapor aiskillstore

claude-code-templates

367

Boilerplate templates for Claude Code extensions. Triggers on: create agent, new skill, command template, hook script, extension scaffold.

Segurançapor aiskillstore

code-stats

367

Analyze codebase with tokei (fast line counts by language) and difft (semantic AST-aware diffs). Get quick project overview without manual counting. Triggers on: how big is codebase, count lines of code, what languages, show semantic diff, compare files, code statistics.

Segurançapor aiskillstore

container-orchestration

367

Padrões de Docker e Kubernetes. Ativa em Dockerfile, docker-compose, kubernetes, k8s, helm, pod, deployment, service, ingress, container e image.

DevOps e Infra#deploy#aipor aiskillstore

data-processing

367

Process JSON with jq and YAML/TOML with yq. Filter, transform, query structured data efficiently. Triggers on: parse JSON, extract from YAML, query config, Docker Compose, K8s manifests, GitHub Actions workflows, package.json, filter data.

DevOps e Infra#github#gitpor aiskillstore

doc-scanner

367

Scans for project documentation files (AGENTS.md, CLAUDE.md, GEMINI.md, COPILOT.md, CURSOR.md, WARP.md, and 15+ other formats) and synthesizes guidance. Auto-activates when user asks to review, understand, or explore a codebase, when starting work in a new project, when asking about conventions or agents, or when documentation context would help. Can consolidate multiple platform docs into unified

Escrita e Conteúdopor aiskillstore

file-search

367

Modern file and content search using fd, ripgrep (rg), and fzf. Triggers on: fd, ripgrep, rg, find files, search code, fzf, fuzzy find, search codebase.

Segurançapor aiskillstore

find-replace

367

Modern find-and-replace using sd (simpler than sed) and batch replacement patterns. Triggers on: sd, find replace, batch replace, sed replacement, string replacement, rename.

Segurançapor aiskillstore

git-workflow

367

Enhanced git operations using lazygit, gh (GitHub CLI), and delta. Triggers on: stage changes, create PR, review PR, check issues, git diff, commit interactively, GitHub operations, rebase, stash, bisect.

Segurança#github#gitpor aiskillstore

mcp-patterns

367

Model Context Protocol (MCP) server patterns for building integrations with Claude Code. Triggers on: mcp server, model context protocol, tool handler, mcp resource, mcp tool.

Segurança#mcppor aiskillstore

project-planner

367

Detects stale project plans and suggests session commands. Triggers on: sync plan, update plan, check status, plan is stale, track progress, project planning.

Segurançapor aiskillstore

python-async-patterns

367

Python asyncio patterns for concurrent programming. Triggers on: asyncio, async, await, coroutine, gather, semaphore, TaskGroup, event loop, aiohttp, concurrent.

Segurança#python#aipor aiskillstore

python-database-patterns

367

SQLAlchemy and database patterns for Python. Triggers on: sqlalchemy, database, orm, migration, alembic, async database, connection pool, repository pattern, unit of work.

Dados e Análise#sql#pythonpor aiskillstore

python-env

367

Fast Python environment management with uv (10-100x faster than pip). Triggers on: uv, venv, pip, pyproject, python environment, install package, dependencies.

Segurança#pythonpor aiskillstore

python-fastapi-patterns

367

FastAPI web framework patterns. Triggers on: fastapi, api endpoint, dependency injection, pydantic model, openapi, swagger, starlette, async api, rest api, uvicorn.

Segurança#python#apipor aiskillstore

python-pytest-patterns

367

pytest testing patterns for Python. Triggers on: pytest, fixture, mark, parametrize, mock, conftest, test coverage, unit test, integration test, pytest.raises.

Segurança#python#aipor aiskillstore

python-typing-patterns

367

Python type hints and type safety patterns. Triggers on: type hints, typing, TypeVar, Generic, Protocol, mypy, pyright, type annotation, overload, TypedDict.

Segurança#pythonpor aiskillstore

rest-patterns

367

Quick reference for RESTful API design patterns, HTTP semantics, caching, and rate limiting. Triggers on: rest api, http methods, status codes, api design, endpoint design, api versioning, rate limiting, caching headers.

Design e Frontend#apipor aiskillstore

security-patterns

367

Security patterns and OWASP guidelines. Triggers on: security review, OWASP, XSS, SQL injection, CSRF, authentication, authorization, secrets management, input validation, secure coding.

Segurança#sqlpor aiskillstore

sql-patterns

367

Quick reference for common SQL patterns, CTEs, window functions, and indexing strategies. Triggers on: sql patterns, cte example, window functions, sql join, index strategy, pagination sql.

Segurança#sqlpor aiskillstore

sqlite-ops

367

Patterns for SQLite databases in Python projects - state management, caching, and async operations. Triggers on: sqlite, sqlite3, aiosqlite, local database, database schema, migration, wal mode.

Dados e Análise#sql#pythonpor aiskillstore

structural-search

367

Search code by AST structure using ast-grep. Find semantic patterns like function calls, imports, class definitions instead of text patterns. Triggers on: find all calls to X, search for pattern, refactor usages, find where function is used, structural search, ast-grep, sg.

Segurançapor aiskillstore

tailwind-patterns

367

Quick reference for Tailwind CSS utility patterns, responsive design, and configuration. Triggers on: tailwind, utility classes, responsive design, tailwind config, dark mode css, tw classes.

Design e Frontend#css#aipor aiskillstore

task-runner

367

Run project commands with just. Check for justfile in project root, list available tasks, execute common operations like test, build, lint. Triggers on: run tests, build project, list tasks, check available commands, run script, project commands.

Desenvolvimento#ai#testpor aiskillstore

testing-patterns

367

Cross-language testing strategies and patterns. Triggers on: test pyramid, unit test, integration test, e2e test, TDD, BDD, test coverage, mocking strategy, test doubles, test isolation.

Segurança#testpor aiskillstore

doc-writer

367

Create or update numbered task docs using repo context, DOC_TEMPLATE.md, and naming conventions.

Segurançapor aiskillstore

data-visualization

367

Create charts, graphs, and visualizations from data. Use when the user needs to visualize data, create charts, or generate reports with graphics.

Dados e Análisepor aiskillstore

memory-bank

367

Persistent project documentation system that maintains context across sessions. Creates structured Memory Bank files to preserve project knowledge, decisions, and progress.

Segurança#aipor aiskillstore

pdf-processing

367

Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.

Documentos#pdfpor aiskillstore

create-skill

367

Guide for creating new Agent Skills. Use this skill when you need to create a new skill.

Segurançapor aiskillstore

develop

367

General principles for exploring, developing, editing, and refactoring code. Use for codebase analysis, implementation tasks, and code quality improvements.

Segurançapor aiskillstore

plan

367

Guidelines for iteratively planning tasks and changes before implementation. Use this when the user requests a non-trivial task or when you need to align on a complex implementation strategy.

Segurançapor aiskillstore

review-code

367

Provides a structured workflow for planning and executing code reviews like a senior engineer. Use when asked to review code, PRs, or plan a code review task.

Segurançapor aiskillstore

skill-builder

367

Interactive skill creation assistant that guides users through building new Agent Skills for Claude Code. Use when creating new skills, building custom capabilities, or when the user runs /new-skill command. Helps design skill structure, craft descriptions, create scripts, and organize supporting files.

Design e Frontendpor aiskillstore

knowledge

367

Display knowledge base status and recent learnings

Segurançapor aiskillstore

learn-off

367

Disable continuous learning mode

Segurançapor aiskillstore

learn-on

367

Enable continuous learning mode for automatic insight extraction

Segurançapor aiskillstore

learn-reset

367

Clear the knowledge base and start fresh

Segurançapor aiskillstore

learn

367

Extract and persist insights from the current conversation to the knowledge base

Segurançapor aiskillstore

route

367

Manually route a query to the optimal Claude model (Haiku/Sonnet/Opus)

Segurança#aipor aiskillstore

router-stats

367

Display Claude Router usage statistics and cost savings

Segurançapor aiskillstore

architect

367

Design systems, plan implementations, review architecture decisions - Use when you need to plan a complex feature, design system architecture, or make high-level technical decisions.

Segurançapor aiskillstore

coder

367

Write, edit, and refactor code with full tool access - Use when you need to actually write or modify code, create files, run commands, or implement features.

Segurançapor aiskillstore

Alerta por categoria

Receba novas skills de Segurança toda segunda