← all publishers

agent-packs

@agent-packs source repo

49 published skills

  1. GRAPHQL API · agent-packs
    Design and implement GraphQL APIs with correct schema design, resolver patterns, N+1 prevention, federation, and security. Use when building or evolving a GraphQL layer.
    0
    installs
  2. Idea Refine · agent-packs
    Refine rough ideas into concrete proposals through divergent and convergent thinking. Use when a concept needs product or technical shaping.
    0
    installs
  3. Interview Me · agent-packs
    Interview a user one question at a time to clarify ambiguous requests before implementation. Use when a goal is underspecified or high stakes.
    0
    installs
  4. Load Testing · agent-packs
    Design and run load, stress, and soak tests to validate system performance under realistic and peak traffic. Use before major releases, after architecture changes, or when setting SLOs.
    0
    installs
  5. Rust Patterns · agent-packs
    Write idiomatic, correct Rust using ownership, lifetimes, trait design, async patterns, and safe abstractions over unsafe code. Use when building Rust libraries, services, or systems code.
    0
    installs
  6. Containerization · agent-packs
    Build, configure, and operate containerized workloads with Docker and Kubernetes. Use when creating Dockerfiles, writing Kubernetes manifests, or debugging container runtime issues.
    0
    installs
  7. Data Engineering · agent-packs bundle
    Design, implement, test, debug, and review reliable batch data systems, including Python or SQL transformations, ETL/ELT pipelines, DuckDB workflows, incremental processing and watermarks, data models and warehouse schemas, file ingestion, data-quality checks, backfills, and reconciliation. Use when building or fixing a pipeline, model, or dataset that will run again — where the deliverable is the data system and its correctness guarantees, and where reruns, late data, and data loss are risks worth designing against. Not for one-off analysis of a single spreadsheet or CSV where the answer or a formatted file is the deliverable, not for application database schema migrations tied to app code (Rails, Django, Alembic), and not for streaming-engine or orchestrator internals such as Kafka topology, exactly-once sink configuration, schema-registry administration, or Airflow deployment.
    0
    installs
  8. Technical Writing · agent-packs
    Write clear, accurate, and maintainable developer documentation — API references, tutorials, guides, and changelogs. Use when documenting APIs, onboarding new contributors, or creating user-facing technical content.
    0
    installs
  9. Mobile Development · agent-packs
    Build production-quality mobile applications for iOS and Android using React Native or Flutter. Use when writing mobile UI, handling platform permissions, managing offline state, or optimizing app performance.
    0
    installs
  10. Monorepo Workflows · agent-packs
    Manage monorepos efficiently with consistent build tooling, scoped changes, and dependency hygiene. Use when working in or setting up a monorepo with multiple packages or applications.
    0
    installs
  11. Using Agent Skills · agent-packs
    Select and sequence applicable Agent Skills for a coding session. Use when deciding which workflow skills should guide an agent's work.
    0
    installs
  12. Accessibility Audit · agent-packs
    Review and remediate web accessibility issues against WCAG 2.2 AA. Use when building UI components, reviewing HTML, or preparing for an accessibility audit.
    0
    installs
  13. Code Simplification · agent-packs
    Reduce complexity while preserving behavior. Use when working code has become hard to read, risky to change, or over-engineered.
    0
    installs
  14. Context Engineering · agent-packs
    Load and preserve the right project context at the right time. Use when starting sessions, switching tasks, or improving agent output quality.
    0
    installs
  15. Shipping And Launch · agent-packs
    Prepare releases with launch readiness checks, rollout plans, safety gates, and post-launch follow-up. Use when shipping to users.
    0
    installs
  16. API Contract Testing · agent-packs
    Verify API correctness through contract tests, integration tests, and schema validation. Use when building or consuming REST or GraphQL APIs, or when integrating services that must agree on a shared interface.
    0
    installs
  17. CI CD And Automation · agent-packs
    Design and debug CI/CD pipelines, automation, deployment safety, and repeatable release workflows. Use for build and deployment automation.
    0
    installs
  18. Code Review Workflow · agent-packs
    Review pull requests and code changes for behavioral regressions, risks, missing tests, and maintainability issues. Use when asked to review code, inspect diffs, or assess PR quality.
    0
    installs
  19. Dependency Management · agent-packs
    Keep dependencies secure, minimal, and up to date. Use when auditing a project's supply chain, adding new libraries, evaluating upgrades, or hardening a CI pipeline against dependency risks.
    0
    installs
  20. AI Feature Development · agent-packs
    Build AI-powered features with disciplined prompt engineering, evaluation, and observability. Use when integrating LLMs, building agents, or shipping AI capabilities.
    0
    installs
  21. Database Schema Design · agent-packs
    Design, evolve, and migrate database schemas safely. Use when creating tables, changing columns, writing migrations, or reviewing data model changes.
    0
    installs
  22. Documentation And Adrs · agent-packs
    Create and maintain useful documentation, public API notes, and architecture decision records. Use when decisions or APIs need durable context.
    0
    installs
  23. Infrastructure As Code · agent-packs
    Provision and manage cloud infrastructure with Terraform, Pulumi, or similar IaC tools. Use when writing infrastructure definitions, planning changes, or managing state safely.
    0
    installs
  24. Ml Experiment Tracking · agent-packs
    Make ML experiments reproducible and comparable by tracking hyperparameters, metrics, artifacts, and environments. Use when training models, tuning hyperparameters, or promoting models to production.
    0
    installs
  25. Security And Hardening · agent-packs
    Review and harden code for auth, secrets, dependencies, input boundaries, and common application security risks.
    0
    installs
  26. Code Review And Quality · agent-packs
    Review code across correctness, maintainability, tests, security, and user-visible behavior. Use before merge or when assessing a change.
    0
    installs
  27. Frontend UI Engineering · agent-packs
    Build user-facing interfaces with strong component architecture, responsive design, accessibility, and visual polish. Use for frontend UI work.
    0
    installs
  28. Spec Driven Development · agent-packs
    Write a clear specification before implementation. Use when starting a new project, feature, or substantial change.
    0
    installs
  29. Test Driven Development · agent-packs
    Drive implementation and bug fixes with red-green-refactor testing discipline. Use when changing behavior or adding logic.
    0
    installs
  30. API And Interface Design · agent-packs
    Design APIs and module boundaries with explicit contracts, compatibility rules, and error semantics. Use for public interfaces and service boundaries.
    0
    installs
  31. Decisive Decision Making · agent-packs bundle
    Structure consequential engineering and organizational decisions with the WRAP process from Chip and Dan Heath's Decisive. Use when leaders need to compare options, escape narrow framing, test assumptions, reduce short-term emotion, set tripwires, document a recommendation, or revisit an uncertain decision.
    0
    installs
  32. Doubt Driven Development · agent-packs
    Apply adversarial review to important implementation decisions before they become expensive mistakes. Use for production, security, or unfamiliar changes.
    0
    installs
  33. Performance Optimization · agent-packs
    Measure and improve performance using evidence, profiling, Core Web Vitals, and regression checks. Use when performance matters or regresses.
    0
    installs
  34. Data Pipeline Engineering · agent-packs
    Design and build data pipelines, ETL workflows, and streaming systems. Use when ingesting, transforming, or delivering data at scale.
    0
    installs
  35. Deprecation And Migration · agent-packs
    Plan migrations and deprecations with compatibility windows, rollout steps, communication, and cleanup. Use when retiring APIs or moving systems.
    0
    installs
  36. Event Driven Architecture · agent-packs
    Design and implement event-driven systems using message queues, event streams, and async patterns. Use when decoupling services, building reactive systems, or processing high-throughput data streams.
    0
    installs
  37. Source Driven Development · agent-packs
    Ground framework and library decisions in official documentation and cited sources. Use when implementing against external APIs or tools.
    0
    installs
  38. Typescript Best Practices · agent-packs
    Write type-safe TypeScript using strict settings, precise types, and disciplined migration patterns. Use when writing TS, reviewing types, or migrating from JavaScript.
    0
    installs
  39. Incremental Implementation · agent-packs
    Implement changes in thin vertical slices with tests, verification, and rollback-friendly checkpoints. Use for multi-file or risky changes.
    0
    installs
  40. Onboarding And Archaeology · agent-packs
    Ramp up quickly on an unfamiliar codebase by reading strategically, mapping invariants, and making safe first changes. Use when joining a project, reviewing a legacy system, or orienting in a large monorepo.
    0
    installs
  41. Git Workflow And Versioning · agent-packs
    Use atomic commits, trunk-based development, branch hygiene, and versioning practices. Use when making or shipping code changes.
    0
    installs
  42. Planning And Task Breakdown · agent-packs
    Break specs into small, verifiable tasks with acceptance criteria and dependency ordering. Use before multi-step implementation work.
    0
    installs
  43. Debugging And Error Recovery · agent-packs
    Reproduce, localize, reduce, fix, and guard against failures. Use when tests fail, builds break, or behavior is unexpected.
    0
    installs
  44. Observability And Monitoring · agent-packs
    Instrument code with structured logs, metrics, and distributed traces. Use when adding observability to services, debugging production issues, or setting up monitoring.
    0
    installs
  45. Browser Testing With Devtools · agent-packs
    Use browser and DevTools evidence to verify frontend behavior, inspect runtime state, console logs, network traces, and performance.
    0
    installs
  46. Crafting Engineering Strategy · agent-packs
    Create, critique, and operationalize engineering strategy and investment portfolios using diagnosis, evidence, explicit tradeoffs, guiding policy, capacity-aware actions, and operating cadence. Use when an engineering leader needs strategy for a team, platform, architecture, migration, reliability program, portfolio, or multi-quarter technical investment.
    0
    installs
  47. Frontend Implementation Guidance · agent-packs
    Build polished frontend applications with careful UX, responsive layout, accessible controls, and visual verification. Use when implementing UI, React, browser-based tools, or design-sensitive frontend changes.
    0
    installs
  48. Pr Inspection · agent-packs
    Inspect GitHub pull requests for leadership-relevant release risk, quality gates, ownership, and follow-up actions.
    0
    installs
  49. Leadership Review · agent-packs
    Run evidence-based engineering leadership reviews across strategy, portfolio and capacity, delivery, quality, architecture, launch readiness, security risk, AI-assisted engineering adoption, organizational health, and follow-through.
    0
    installs