.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/atretyak1985/swarmery
home/skills/atretyak1985/swarmery
atretyak1985 avatar

atretyak1985/swarmery

50 skills

View on GitHub
$npx skills add atretyak1985/swarmery
SkillInstalls
api-contractVerify field-level alignment between the ORM schema, Zod validation schemas, and route handler response shapes in the main app (project.json -> mainApp), or…—api-integrationImplement REST route handlers, ORM queries, WebSocket telemetry connections, or SSE streaming endpoints in the main web app (project.json -> mainApp), or…—architecture-mapGenerate or refresh the repo-wide architecture map — architecture-out/architecture-map.json (machine contract with named flows) + architecture-map.html…—auditing-agent-architectureUse when designing or reviewing Claude-based agent systems — agentic loops and stop_reason handling, multi-agent orchestration, coordinators, subagent…—automationConvert a repeatable operational runbook for the project's infrastructure (pod restarts, cache flushes, scaling) into a parameterized, idempotent script with…—aws-cicd-authConfigure and review AWS auth for GitHub Actions CI/CD — OIDC role assumption, ECR push perms, ECS deploy perms, least-privilege IAM.—browser-verificationUse this skill when an agent needs to verify UI behavior in a live browser via Playwright MCP tools (browser_navigate, browser_snapshot, screenshots,…—c4-architecture-docsUse this skill to document the architecture of a big issue / epic / feature with the C4 model (c4model.com) -- producing system context, container, component,…—code-qualityUse this skill for QUANTITATIVE structural metrics on TypeScript or Python source -- function length, cyclomatic complexity, nesting depth, duplication, code…—code-searchSelect the right search tool (Grep, Glob, codebase-retrieval) to locate existing code, symbols, or files across the project's monorepo.—code-standardsUse this skill when reviewing TypeScript, Python, or infrastructure/service-config code against the project's CONVENTIONS -- type safety (`any` detection),…—configuring-claude-codeUse when setting up or auditing Claude Code in a repository — CLAUDE.md hierarchy and imports, .claude/rules, custom slash commands and skills, path-specific…—context-optimizationUse this skill when a task spans 3+ files or crosses repo boundaries and context usage must be managed. Don't use it for single-file edits or read-only queries.—deploymentUse this skill for a Helm-upgrade deploy of an app service (the web portal or the edge service) to an EXISTING Kubernetes cluster, plus post-deploy…—deps-checkUse this skill when auditing dependency versions, checking for outdated packages, or scanning for security vulnerabilities across the project's repos.—designing-tools-and-mcpUse when creating or reviewing tool definitions for Claude — tool names, descriptions, input schemas, structured error responses, tool_choice configuration,…—docker-buildUse this skill when building or pushing Docker images for the project's services (the main app, the device service) to the cloud container registry.—embedded-systemsUse this skill when writing or reviewing Python code for Raspberry Pi 5 edge devices -- UART hardware drivers, camera streaming via picamera2, GPIO control,…—engineering-prompts-and-outputUse when writing or reviewing system prompts, few-shot examples, structured output via tool use, JSON schema validation with retry loops, Message Batches API…—env-checkUse this skill when a task involves adding, removing, or renaming environment variables across the project's repos OR verifying env var documentation before a…—functional-designEXECUTES refactors of TypeScript business logic in the main app toward pure functions, immutability, and data-flow pipelines -- edits files directly via Edit.—gcp-cicd-authConfigure and review GCP authentication for GitLab CI/CD pipelines: Workload Identity Federation, Artifact Registry push, Secret Manager access, and…—git-commitGenerate conventional commit messages when staging files for commit in any of the project's repos.—github-actions-cicdDesign, review, or debug GitHub Actions workflows — CI jobs (type-check, lint, test, build, security, summary), AWS ECR/ECS deploys, and a standardized…—gitlab-ci-cdDesign, review, or debug .gitlab-ci.yml pipelines for the project's repos.—gitops-promotionUse this skill when the project uses a pull-based GitOps controller (Wave B) for cluster reconciliation via a version-pinning repo's desired state.—graphifyUse for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question…—helm-chart-expertUse this skill when a task involves Helm chart templating, values file structure, subchart dependency management, or chart validation (lint/template/dry-run)…—html-reportingUse this skill when an agent must render a self-contained HTML report or dashboard — task summaries (Phase 8), code/operational audits (Phase 5), or any…—infrastructure-as-codeUse this skill when a task involves detecting config drift between live cluster state and code, capturing manual kubectl/psql/gcloud fixes into Helm values or…—jira-tasksRead-only Jira access for the project's tracker — answer 'what am I assigned', list open tickets, check <PROJECT-KEY>-<n> status, pull the jira backlog, or…—keycloakConfigure Keycloak realm/client settings, integrate Auth.js v5 OIDC in the web portal (project.json → mainApp), set Keycloak Helm values (init/full stage),…—kubernetes-deploymentUse this skill for CLUSTER-LEVEL Kubernetes operations: Minikube/k3s lifecycle, GCP firewall rules, minikube tunnel debugging, and bootstrap-secret patterns.—managing-context-reliabilityUse when reviewing long-running or multi-agent Claude systems for reliability — context window management and summarisation, escalation and ambiguity…—mavlink-integrationUse this skill when a task involves MAVLink protocol communication via pymavlink, UART/UDP/TCP drone connections, ArduPilot SITL simulation, or telemetry…—mermaid-viewerUse this skill when the user has a Mermaid source file (.mmd) and wants to view it in a browser -- asking to convert mermaid to html, render this diagram, make…—migration-checkValidate SQL migration safety, check ORM-to-migration schema alignment, review new migration SQL files, or detect schema drift between the database and…—mission-creationUse this skill to create and drive a UAV mission end-to-end through the web UI with the Playwright MCP browser tools on LOCALDEV (https://<localdev-host>) —…—monitoringUse this skill for Prometheus metrics, Grafana dashboards, alert rules, and ServiceMonitor wiring ONLY -- including instrumenting an endpoint with Prometheus…—monorepo-coordinationCoordinate changes that span two or more repos of a multi-repo workspace, or two or more apps/packages of a monorepo (read project.json → repos / monorepo for…—observabilityUse this skill for structured logging and OpenTelemetry distributed tracing ONLY -- including log-trace-metric correlation in the project's service code.—refactor-planPRODUCES a refactoring plan ONLY -- impact analysis, step ordering, risk assessment, rollback strategy -- with NO code changes made.—release-promotionUse this skill when promoting an image or chart version across environments (dev -> staging -> production), rolling back a promotion, or updating the…—run-planEXECUTES an existing plan produced by @implementation-planner or @task-planner -- parses the phase DAG, routes sequential phases through a per-phase…—security-auditUse this skill when a task involves reviewing or scanning application code for security vulnerabilities, evaluating OWASP Top 10 compliance for the project's…—summary-templatesUse this skill when a task involves summarizing completed work, writing a feature summary, documenting what changed, or creating a completion report for a…—supply-chain-securityAudit and harden container supply-chain controls: image scanning, SBOM generation, immutable digest promotion, rollback retention, and image signing readiness.—test-coverageFIND test coverage gaps ONLY -- map source files to test files, identify untested modules with risk levels, and suggest what needs tests across the project's…—testingWRITE, RUN, or DEBUG tests for the project's code -- pytest (Python), Jest/RTL (TypeScript), Playwright (E2E), and deployment config testing.—troubleshootingUse this skill when debugging a specific failure, investigating an incident, analyzing error logs, or diagnosing connectivity problems on the project's…—