Ghosteken
- 206 skills
- 0 followers
- 10 hours ago last updated
- ▌ Teach · ghostekenRuns a persistent, multi-session teaching workspace that tracks a learner's mission, learning records, and lessons for a topic outside of software engineering. Use when the user asks to be taught, tutored, or coached on an ongoing topic over multiple sessions — not a one-off explanation, and not an engineering skill covered elsewhere in this catalog.
- ▌ Grilling · ghostekenStress-tests a plan, architecture, or decision that already has multiple branching sub-decisions, by mapping it as a tree and interrogating a whole round of unblocked questions at once. Use when the user wants to pressure-test a design before committing to it, or explicitly says "grill me" about a plan. For a single underspecified ask rather than an existing multi-decision plan, use `interview-me` instead.
- ▌ Deep Dive · ghostekenTurns a one-line feature idea into a decision tree, interrogates it in batched rounds scaled to how many real sub-decisions it has (not a fixed count), then produces a 2-3 paragraph ready-to-use prompt plus a detailed branch-organized spec file. Use for a short idea that implies a whole feature domain with independent sub-decisions — role-based access, multi-tenancy, notifications, payments, search, a workflow engine. NOT for a single narrow ambiguity (use `interview-me`) or light product ideation (use `idea-refine`).
- ▌
- ▌ Story Mode · ghostekenWrites a plain-prose, start-to-finish narrative of a feature's or project's flow, one throughline per actor (user, admin, buyer, supplier, etc.), grounded in real docs/code/session history — not an engineering spec or PRD, a story a non-technical stakeholder can read end to end. Use when asked to "explain the whole flow", "tell the story of how this works", "walk through this from the user's and admin's perspective", or for a narrative/human-readable walkthrough of a feature or project section.
- ▌ Testing QA · ghostekenComprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance.
- ▌
- ▌ E2e Testing · ghostekenEnd-to-end testing workflow with Playwright for browser automation, visual regression, cross-browser testing, and CI/CD integration.
- ▌ Idea Refine · ghosteken bundleRefines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or "stress-test my plan".
- ▌ Cloud Devops · ghostekenCloud infrastructure and DevOps workflow covering AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, monitoring, and cloud-native development.
- ▌ Interview Me · ghostekenExtracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent for a single ambiguous ask. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes "interview me," or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists. For stress-testing a plan or decision that already has many branching sub-decisions, use `grilling` instead.
- ▌
- ▌ Tdd Workflows · ghostekenUse when working with tdd workflows tdd cycle (Alias for tdd-workflows-tdd-cycle)
- ▌ API Documenter · ghostekenMaster API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals.
- ▌ Executing Plans · ghostekenUse when you have a written implementation plan to execute in a separate session with review checkpoints
- ▌ Gitops Workflow · ghosteken bundleComplete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments.
- ▌ K6 Load Testing · ghostekenComprehensive k6 load testing skill for API, browser, and scalability testing. Write realistic load scenarios, analyze results, and integrate with CI/CD.
- ▌
- ▌ Not A Vibe Coder · ghostekenTurns vague prompts into 8 structured planning files for brand new projects. DO NOT use on existing codebases.
- ▌ API Documentation · ghostekenAPI documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation.
- ▌ Backend Architect · ghostekenExpert backend architect specializing in scalable API design, microservices architecture, and distributed systems.
- ▌
- ▌ Database Architect · ghostekenExpert database architect specializing in data layer design from scratch, technology selection, schema modeling, and scalable database architectures.
- ▌ Frontend Developer · ghostekenBuild React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture.
- ▌ Grafana Dashboards · ghostekenCreate and manage production-ready Grafana dashboards for comprehensive system observability.
- ▌ Pagespeed Enhancer · ghostekenScan, audit, and fix web performance issues across all four Lighthouse/PageSpeed Insights pillars — Performance, Accessibility, Best Practices, and SEO — in structured batches.
- ▌ RAG Implementation · ghostekenRAG (Retrieval-Augmented Generation) implementation workflow covering embedding selection, vector database setup, chunking strategies, and retrieval optimization.
- ▌ Secrets Management · ghostekenSecure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools.
- ▌ Slo Implementation · ghostekenFramework for defining and implementing Service Level Indicators (SLIs), Service Level Objectives (SLOs), and error budgets.
- ▌ Advanced Evaluation · ghostekenThis skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or mentions direct scoring, pairwise comparison, position bias, evaluation pipelines, or automated quality assessment.
- ▌
- ▌ Code Simplification · ghostekenSimplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.
- ▌ Deployment Engineer · ghostekenExpert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation.
- ▌ Using Agent Harness · ghostekenIntent router and pre-flight checker for agent-harness — checks for a matching skill before any response, then maps what the user describes to the right agent persona and skill. Use when starting any task to determine which agent and skill should handle it.
- ▌ AI Agent Development · ghostekenAI agent development workflow for building autonomous agents, multi-agent systems, and agent orchestration with CrewAI, LangGraph, and custom agents.
- ▌ API Endpoint Builder · ghosteken bundleBuilds production-ready REST API endpoints with validation, error handling, authentication, and documentation. Follows best practices for security and scalability.
- ▌ API Security Testing · ghostekenAPI security testing workflow for REST and GraphQL APIs covering authentication, authorization, rate limiting, input validation, and security best practices.
- ▌ Embedding Strategies · ghostekenGuide to selecting and optimizing embedding models for vector search applications.
- ▌ Kubernetes Architect · ghostekenExpert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration.
- ▌ Systematic Debugging · ghosteken bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Terraform Specialist · ghostekenExpert Terraform/OpenTofu specialist mastering advanced IaC automation, state management, and enterprise infrastructure patterns.
- ▌ Web Security Testing · ghostekenWeb application security testing workflow for OWASP Top 10 vulnerabilities including injection, XSS, authentication flaws, and access control issues.
- ▌ Architecture Patterns · ghosteken bundleMaster proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems.
- ▌ Breakdown Feature Prd · ghostekenWrites product-facing feature PRDs grounded in project context or docs you provide — Problem/Solution/Impact framing, user personas, user stories with Given/When/Then acceptance criteria, functional and non-functional requirements, and explicit out-of-scope — either for every feature it identifies in that context, or for one named feature, always keeping a single index of every feature doc produced. Use when asked to "write a PRD for this feature", "break down this project/doc into feature PRDs", or "product requirements" for a feature, before an engineering spec exists.
- ▌ Github Issue Planning · ghostekenTurns a completed spec or feature plan into a GitHub Issues hierarchy (Epic → Feature → Story/Enabler → Task) with dependencies, priorities, and project-board columns, ready for automated issue creation. Use when the team tracks work in GitHub Issues/Projects and needs a feature broken into that specific artifact shape, rather than a generic agent task list.
- ▌ Kubernetes Deployment · ghostekenKubernetes deployment workflow for container orchestration, Helm charts, service mesh, and production-ready K8s configurations.
- ▌ Nodejs Best Practices · ghostekenNode.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.
- ▌ API Fuzzing Bug Bounty · ghostekenProvide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors.
- ▌ Backend Dev Guidelines · ghosteken bundleYou are a senior backend engineer operating production-grade services under strict architectural and reliability constraints. Use when routes, controllers, services, repositories, express middleware, or prisma database access.
- ▌ Design Doc Diagramming · ghostekenChooses the right Mermaid diagram type for the content, drafts and validates it, and assembles it into a design document. Use when asked to create or update an architecture/API/feature/database/system design doc, to "create a diagram" or "generate mermaid" for a codebase or design, or to convert existing code/config into an architecture or deployment diagram.
- ▌ Documentation And Adrs · ghostekenRecords decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.
- ▌ Efficient Web Research · ghostekenProtocol for token-efficient web research. Use when accessing URLs, GitHub repos, or running search queries. Prevents full-page fetching waste.
- ▌ Excalidraw Diagramming · ghostekenGenerates a directly-editable .excalidraw diagram file (flowchart, sequence, ER, class, architecture, mind map, DFD, or swimlane) from a natural-language description, with hand-computed element positions since Excalidraw has no auto-layout. Use when asked to "create a diagram," "make a flowchart," or "generate an Excalidraw file" — as opposed to a Mermaid diagram embedded in a design doc, which `design-doc-diagramming` covers instead.
- ▌ Observability Engineer · ghostekenBuild production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response workflows.
- ▌ Requesting Code Review · ghosteken bundleUse when completing tasks, implementing major features, or before merging to verify work meets requirements
- ▌ Security And Hardening · ghostekenHardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.
- ▌ AI Ml · ghostekenAI and machine learning workflow covering LLM application development, RAG implementation, agent architecture, ML pipelines, and AI-powered features.
- ▌ Code Review And Quality · ghostekenRuns code review as a bounded finder-and-verify pipeline — parallel finder angles surface candidate issues across correctness, security, performance, architecture, and cleanup, then each candidate is independently verified before it's reported. Use before merging any change, after completing a feature or bug fix, or when evaluating code written by another agent or a human.
- ▌ Frontend UI Engineering · ghostekenBuilds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.
- ▌ Github Actions Advanced · ghostekenDesign, debug, and harden GitHub Actions CI/CD workflows, including reusable workflows, matrix builds, self-hosted runners, OIDC authentication, caching, environments, secrets, and release automation.
- ▌ Hybrid Cloud Networking · ghostekenConfigure secure, high-performance connectivity between on-premises and cloud environments using VPN, Direct Connect, and ExpressRoute.
- ▌ Postgresql Optimization · ghostekenPostgreSQL database optimization workflow for query tuning, indexing strategies, performance analysis, and production database management.
- ▌ Spec Driven Development · ghostekenCreates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.
- ▌ Test Driven Development · ghosteken bundleDrives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
- ▌ Top Web Vulnerabilities · ghostekenProvide a comprehensive, structured reference for the 100 most critical web application vulnerabilities organized by category. This skill enables systematic vulnerability identification, impact assessment, and remediation guidance across the full spectrum of web security threats.
- ▌ API And Interface Design · ghostekenGuides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.
- ▌ Github Actions Templates · ghostekenProduction-ready GitHub Actions workflow patterns for testing, building, and deploying applications.
- ▌ Multi Cloud Architecture · ghostekenDecision framework and patterns for architecting applications across AWS, Azure, and GCP.
- ▌ Performance Optimization · ghostekenOptimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.
- ▌ Terraform Infrastructure · ghostekenTerraform infrastructure as code workflow for provisioning cloud resources, creating reusable modules, and managing infrastructure at scale.
- ▌ Autonomous Agent Patterns · ghostekenDesign patterns for building autonomous coding agents, inspired by [Cline](https://github.com/cline/cline) and [OpenAI Codex](https://github.com/openai/codex).
- ▌ Multi Agent Brainstorming · ghostekenSimulate a structured peer-review process using multiple specialized agents to validate designs, surface hidden assumptions, and identify failure modes before implementation.
- ▌ Source Driven Development · ghostekenGrounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.
- ▌ Acquire Codebase Knowledge · ghostekenMaps an unfamiliar codebase into seven evidence-backed documents (stack, structure, architecture, conventions, integrations, testing, concerns) instead of a single freeform summary. Use when asked to map, document, or onboard into an existing codebase — "map this codebase," "document this architecture," "onboard me to this repo." Not for routine feature implementation, bug fixes, or narrow edits unless repository-level discovery is explicitly requested.
- ▌ Code Refactoring Tech Debt · ghostekenYou are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti
- ▌ Incremental Implementation · ghostekenDelivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
- ▌ Git Workflow And Versioning · ghostekenStructures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.
- ▌ Planning And Task Breakdown · ghostekenBreaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
- ▌ Subagent Driven Development · ghosteken bundleUse when executing implementation plans with independent tasks in the current session
- ▌
- ▌ Logic Lens · ghostekenAI-powered Claude Code skill that performs deep code review using formal logic and reasoning frameworks to detect bugs, anti-patterns, and security risks beyond what linters catch.
- ▌ Container Security Hardening · ghosteken bundleHarden Docker/container images and runtime deployments with secure base images, non-root users, CVE scanning, SBOM/signing, seccomp/AppArmor, and Kubernetes pod security controls. Use for Dockerfile security reviews, container CVEs, image scanning, distroless images, or production hardening.
- ▌ Debugging And Error Recovery · ghostekenGuides systematic root-cause debugging, including a feedback-loop-first discipline for hard, non-deterministic, or performance-regression bugs. Use when tests fail, builds break, behavior doesn't match expectations, you encounter any unexpected error, or the user says "diagnose"/"debug this". Use when you need a systematic approach to finding and fixing the root cause rather than guessing.
- ▌ Android CLI · ghosteken bundleOrchestrates Android development tasks including project creation, deployment, SDK management, and environment diagnostics using the `android` command-line tool.
- ▌ Brooks Lint · ghostekenAI code reviewer grounded in classic software engineering books for catching design smells, coupling issues, and architectural risks.
- ▌ Cloudformation Best Practices · ghostekenCloudFormation template optimization, nested stacks, drift detection, and production-ready patterns. Use when writing or reviewing CF templates.
- ▌ Atlas Ledger · ghostekenCompanion to atlas-contract. Auto-invoked by its Final Audit on caught drift; also use after Post Reviews or user requests to record a mistake. Distills drift into WHEN/DON'T/INSTEAD clauses, writes to Atlas.md after confirmation.
- ▌ Codex Fable5 · ghostekenApply Fable-inspired discipline to Codex work: inspect first, track goals and findings, ground conclusions in evidence, verify before completion, and adapt Claude/Fable prompt guidance without identity or provider claims.
- ▌ Image Studio · ghostekenStudio de geracao de imagens inteligente — roteamento automatico para stability-ai (arte/ilustracao/edicao). Detecta o tipo de imagem solicitada e escolhe o modo ideal automaticamente.
- ▌ Stability AI · ghosteken bundleGeracao de imagens via Stability AI (SD3.5, Ultra, Core). Text-to-image, img2img, inpainting, upscale, remove-bg, search-replace. 15 estilos artisticos.
- ▌ Verification Before Completion · ghostekenClaiming work is complete without verification is dishonesty, not efficiency. Use when ANY variation of success/completion claims, ANY expression of satisfaction, or ANY positive statement about work state.
- ▌ Writing Plans · ghostekenUse when you have a spec or requirements for a multi-step task, before touching code
- ▌ Security Scanning Security Sast · ghosteken'Static Application Security Testing (SAST) for code vulnerability
- ▌ Atlas Contract · ghostekenGoal-integrity skill. Use for backend/API/persistence, preserve/do-not-change, tests/validation, mocks, rework, multi-part requests. Emits Goal Contracts, Deviation Notices, Phase Checks, Final Audits. Skip for Q&A or trivial edits.
- ▌ Breakdown Feature Implementation · ghostekenTurns a feature PRD into a technical implementation plan — system architecture across frontend/API/business-logic/data/infrastructure layers, database schema, API design, frontend component hierarchy, and security/performance considerations, in prose and diagrams only (no real code). Use when a feature PRD or spec exists and needs a technical design before task breakdown, or when asked for an "implementation plan", "technical design for this feature", or to "turn this PRD into an architecture doc".
- ▌ Comfyui Gateway · ghosteken bundleREST API gateway for ComfyUI servers. Workflow management, job queuing, webhooks, caching, auth, rate limiting, and image delivery (URL + base64).
- ▌ Lovable Cleanup · ghostekenAudits and strips Lovable scaffolding from Vite + React projects — removes lovable-tagger, swaps placeholder assets, prunes unused Radix deps, and cleans generated docs so the codebase ships as yours.
- ▌ Screenstudio Alt · ghostekenOpen-source headless Screen Studio alternative: auto speed-up of idle, auto-zoom on click clusters, keystroke overlay chips, smoothed synthetic cursor, and 9:16 vertical export that follows the action — post-production for screen recordings from the CLI.
- ▌ Apple Notes Search · ghostekenSemantic + keyword search and connection-discovery across the user's own Apple Notes via the apple-notes MCP server. Use when the user wants to find, recall, or synthesize something from their notes, or surface non-obvious bridges/related notes. macOS, on-device.
- ▌ Social Orchestrator · ghostekenOrquestrador unificado de canais sociais — coordena Instagram, Telegram e WhatsApp em um unico fluxo de trabalho. Publicacao cross-channel, metricas unificadas, reutilizacao de conteudo por formato, agendamento sincronizado e gestao centralizada de campanhas em todos os canais simultaneamente.