Skip to main content
vstorm-co
Perfil de criador do GitHub

vstorm-co

Visão por repositório de 137 skills coletadas em 5 repositórios do GitHub.

skills coletadas
137
repositórios
5
atualizado
5 de set. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

explorador de repositórios

Repositórios e skills representativas

channel-bot
Desenvolvedores de software

Work with messaging-channel bots — Telegram, Slack or Mattermost. Register a bot, route inbound messages through an agent, choose webhook vs polling, handle an @slug mention, or add a new channel adapter. Use when wiring chat into a messaging platform or…

5 de set. de 2026
agent-spec
Desenvolvedores de software

Change the agent spec — add or remove a field, rename one, tighten a rule, bump SPEC_VERSION, change publish-time validation, or touch YAML export/import. Use whenever editing app/agents/spec.py or anything that reads a stored spec. Every published agent and…

5 de set. de 2026
mcp-connections
Desenvolvedores de software

Work with MCP servers — connect one, add an entry to the server catalog, debug "the agent cannot see my MCP tools" or a failing OAuth flow, or change how connections are probed, prefixed or filtered. Use when the ask involves an external SaaS tool (GitHub,…

5 de set. de 2026
abandoned-cart-follow-up
Analistas de pesquisa de mercado e especialistas em marketing

Write a follow-up that answers the objection rather than repeating the offer.

2 de set. de 2026
inventory-alerting
Analistas financeiros e de investimentos

Turn stock levels into a small number of decisions with a lead time attached.

2 de set. de 2026
order-status-answers
Escriturários gerais de escritório

Answer where-is-my-order from the order and carrier record, and say what happens next.

2 de set. de 2026
print-file-validation
Designers gráficos

Check an artwork file against the press requirements and say exactly what to fix.

2 de set. de 2026
product-description-writer
Redatores técnicos

Write listing copy from the spec sheet, without inventing an attribute.

2 de set. de 2026
Mostrando 8 de 86 skills coletadas.
Mostrando 8 de 17 skills coletadas.
content
Escritores e autores

Content studio with brand consistency. Use this skill whenever the user wants to create content — blog posts, social media (X/Twitter, LinkedIn, Reddit, HN), presentations (Slidev/Reveal/Spectacle), infographics, image prompts, video scripts (Remotion),…

16 de abr. de 2026
content-audit
Editores

Content quality audit with anti-slop detection and brand consistency scoring. Use when user wants to check content quality, audit a draft, score content, verify brand consistency, detect AI-generated patterns, or run a quality check before publishing.

16 de abr. de 2026
content-blog
Escritores e autores

Long-form blog post generation with brand voice integration and anti-slop enforcement. Use when user wants to write a blog post, article, tutorial, case study, opinion piece, deep dive, or listicle.

16 de abr. de 2026
content-calendar
Analistas de pesquisa de mercado e especialistas em marketing

Editorial calendar planning and content scheduling. Use when user wants to plan a content calendar, create a publishing schedule, organize content across platforms, or plan a content series.

16 de abr. de 2026
content-hackernews
Escritores e autores

Hacker News post generation for Show HN, Ask HN, and submissions. Use when user wants to post to Hacker News or write a Show HN/Ask HN post.

16 de abr. de 2026
content-image
Artistas de efeitos especiais e animadores

Image prompt engineering for AI image generation models. Use when user wants to generate images, create image prompts, or optimize prompts for DALL-E, Midjourney, Stable Diffusion, or other image generation tools.

16 de abr. de 2026
content-infographic
Designers gráficos

Generate SVG and HTML infographics with brand-aware design. Use when user wants to create an infographic, data visualization, process flow, comparison chart, stat card, or visual data summary.

16 de abr. de 2026
content-linkedin
Analistas de pesquisa de mercado e especialistas em marketing

LinkedIn post generation with professional brand voice adaptation. Use when user wants to create a LinkedIn post, professional update, or LinkedIn content.

16 de abr. de 2026
Mostrando 8 de 15 skills coletadas.
production
Administradores de redes e sistemas de computador

Main orchestrator for the production-stack-skills pack. Routes /production subcommands to specialized skills. Use this skill when the user types /production followed by a subcommand (check, fastapi, postgres, docker, deploy, monitoring, security, errors,…

16 de abr. de 2026
production-check
Administradores de redes e sistemas de computador

Full production readiness audit with 0-100 score — scans the entire project across security, error handling, observability, deployment readiness, database patterns, and container hygiene. Launches parallel analysis, classifies findings by severity, and…

16 de abr. de 2026
production-deploy
Desenvolvedores de software

Pre-deployment validation and release management — structured checklists for database migrations, environment variables, rollback plans, backward compatibility, and deployment strategies. Use this skill when the user mentions deploy, release, ship to prod,…

16 de abr. de 2026
production-docker
Desenvolvedores de software

Docker production hardening — multi-stage builds, non-root users, distroless images, BuildKit secrets, layer optimization, security scanning, and compose best practices. Use this skill when the user is creating or modifying Dockerfiles, docker-compose files,…

16 de abr. de 2026
production-error-handling
Desenvolvedores de software

Production error handling patterns — error taxonomy, retry with exponential backoff, circuit breakers, graceful degradation, dead-letter queues, and structured error logging. Use this skill when the user writes error-prone code (external API calls, database…

16 de abr. de 2026
production-fastapi
Desenvolvedores de software

Production-grade FastAPI patterns — structured logging, health checks, graceful shutdown, middleware, Pydantic v2, async patterns, error handling, and security hardening. Use this skill when the user is building or modifying a FastAPI application, working…

16 de abr. de 2026
production-monitoring
Administradores de redes e sistemas de computador

Production observability — OpenTelemetry traces, structured logging, metrics, alerting, health endpoints, and SLO definition. Use this skill when the user mentions monitoring, observability, logging, metrics, traces, alerts, SLOs, or says /production…

16 de abr. de 2026
production-planner
Desenvolvedores de software

Architecture planning for production systems — guides system design with scalability, reliability, security, and operational concerns from day one. Use this skill when the user asks to plan architecture, design a system, plan a new service, discuss system…

16 de abr. de 2026
Mostrando 8 de 11 skills coletadas.
agent-tool
Desenvolvedores de software

Add a new tool/function the AI agent can call (e.g. look something up, hit an external API, perform an action). Use when extending the assistant's capabilities, wiring a new function into the agent, or when the model needs a new action. This project uses {{…

22 de jun. de 2026
alembic-migration
Arquitetos de banco de dados

Create, review, and apply database schema changes with Alembic. Use whenever a SQLAlchemy model is added or changed, a column/index/constraint needs to change, or a data backfill is required — anything that alters the PostgreSQL schema.

22 de jun. de 2026
background-task
Desenvolvedores de software

Add or modify work that runs outside the request/response cycle — emails, document ingestion, webhooks, cleanups, scheduled jobs. Use when something is slow or fire-and-forget, or when adding a periodic/cron task. This project's queue is {{…

22 de jun. de 2026
billing-stripe
Desenvolvedores de software

Work with Stripe billing — subscriptions, plans/prices, the Customer Portal, credits, usage metering, invoices, and webhook events. Use when changing plans, handling a new Stripe webhook, debugging a payment/subscription flow, or touching credit balances and…

22 de jun. de 2026
channel-bot
Desenvolvedores de software

Work with messaging-channel bots (Telegram / Slack) — register a bot, route inbound messages through the AI agent, handle webhooks vs polling, or add a new channel adapter. Use when wiring chat into a messaging platform or debugging bot delivery.

22 de jun. de 2026
frontend-feature
Desenvolvedores web

Build a new page, view, or data-driven feature in the Next.js frontend. Use when adding a route under the dashboard/marketing area, wiring UI to a backend endpoint, adding client state, or creating a localized page. Covers App Router, data fetching, Zustand…

22 de jun. de 2026
pytest-suite
Analistas de garantia de qualidade de software e testadores

Write or extend the backend test suite following this project's conventions. Use when adding tests for a new service/route/repository, when coverage is missing, or when asked to test a feature. Knows the mocked-session + httpx AsyncClient setup so tests run…

22 de jun. de 2026
rag-knowledge
Desenvolvedores de software

Work with the RAG knowledge base — ingest documents, run semantic search, manage collections, or add a sync source/connector (Google Drive, S3). Use when populating or debugging the knowledge base, tuning retrieval, or adding a new document source. This…

22 de jun. de 2026
Mostrando 5 de 5 repositórios
Todos os repositórios foram exibidos