agent-packs
- 49 skills
- 0 followers
- 6 hours ago last updated
- ▌ GRAPHQL API · agent-packsDesign and implement GraphQL APIs with correct schema design, resolver patterns, N+1 prevention, federation, and security. Use when building or evolving a GraphQL layer.
- ▌ Idea Refine · agent-packsRefine rough ideas into concrete proposals through divergent and convergent thinking. Use when a concept needs product or technical shaping.
- ▌ Interview Me · agent-packsInterview a user one question at a time to clarify ambiguous requests before implementation. Use when a goal is underspecified or high stakes.
- ▌ Load Testing · agent-packsDesign 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.
- ▌ Rust Patterns · agent-packsWrite 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.
- ▌ Containerization · agent-packsBuild, configure, and operate containerized workloads with Docker and Kubernetes. Use when creating Dockerfiles, writing Kubernetes manifests, or debugging container runtime issues.
- ▌ Data Engineering · agent-packs bundleDesign, 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.
- ▌ Technical Writing · agent-packsWrite 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.
- ▌ Mobile Development · agent-packsBuild 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.
- ▌ Monorepo Workflows · agent-packsManage 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.
- ▌ Using Agent Skills · agent-packsSelect and sequence applicable Agent Skills for a coding session. Use when deciding which workflow skills should guide an agent's work.
- ▌ Accessibility Audit · agent-packsReview and remediate web accessibility issues against WCAG 2.2 AA. Use when building UI components, reviewing HTML, or preparing for an accessibility audit.
- ▌ Code Simplification · agent-packsReduce complexity while preserving behavior. Use when working code has become hard to read, risky to change, or over-engineered.
- ▌ Context Engineering · agent-packsLoad and preserve the right project context at the right time. Use when starting sessions, switching tasks, or improving agent output quality.
- ▌ Shipping And Launch · agent-packsPrepare releases with launch readiness checks, rollout plans, safety gates, and post-launch follow-up. Use when shipping to users.
- ▌ API Contract Testing · agent-packsVerify 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.
- ▌ CI CD And Automation · agent-packsDesign and debug CI/CD pipelines, automation, deployment safety, and repeatable release workflows. Use for build and deployment automation.
- ▌ Code Review Workflow · agent-packsReview 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.
- ▌ Dependency Management · agent-packsKeep 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.
- ▌ AI Feature Development · agent-packsBuild AI-powered features with disciplined prompt engineering, evaluation, and observability. Use when integrating LLMs, building agents, or shipping AI capabilities.
- ▌ Database Schema Design · agent-packsDesign, evolve, and migrate database schemas safely. Use when creating tables, changing columns, writing migrations, or reviewing data model changes.
- ▌ Documentation And Adrs · agent-packsCreate and maintain useful documentation, public API notes, and architecture decision records. Use when decisions or APIs need durable context.
- ▌ Infrastructure As Code · agent-packsProvision and manage cloud infrastructure with Terraform, Pulumi, or similar IaC tools. Use when writing infrastructure definitions, planning changes, or managing state safely.
- ▌ Ml Experiment Tracking · agent-packsMake ML experiments reproducible and comparable by tracking hyperparameters, metrics, artifacts, and environments. Use when training models, tuning hyperparameters, or promoting models to production.
- ▌ Security And Hardening · agent-packsReview and harden code for auth, secrets, dependencies, input boundaries, and common application security risks.
- ▌ Code Review And Quality · agent-packsReview code across correctness, maintainability, tests, security, and user-visible behavior. Use before merge or when assessing a change.
- ▌ Frontend UI Engineering · agent-packsBuild user-facing interfaces with strong component architecture, responsive design, accessibility, and visual polish. Use for frontend UI work.
- ▌ Spec Driven Development · agent-packsWrite a clear specification before implementation. Use when starting a new project, feature, or substantial change.
- ▌ Test Driven Development · agent-packsDrive implementation and bug fixes with red-green-refactor testing discipline. Use when changing behavior or adding logic.
- ▌ API And Interface Design · agent-packsDesign APIs and module boundaries with explicit contracts, compatibility rules, and error semantics. Use for public interfaces and service boundaries.
- ▌ Decisive Decision Making · agent-packs bundleStructure 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.
- ▌ Doubt Driven Development · agent-packsApply adversarial review to important implementation decisions before they become expensive mistakes. Use for production, security, or unfamiliar changes.
- ▌ Performance Optimization · agent-packsMeasure and improve performance using evidence, profiling, Core Web Vitals, and regression checks. Use when performance matters or regresses.
- ▌ Data Pipeline Engineering · agent-packsDesign and build data pipelines, ETL workflows, and streaming systems. Use when ingesting, transforming, or delivering data at scale.
- ▌ Deprecation And Migration · agent-packsPlan migrations and deprecations with compatibility windows, rollout steps, communication, and cleanup. Use when retiring APIs or moving systems.
- ▌ Event Driven Architecture · agent-packsDesign 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.
- ▌ Source Driven Development · agent-packsGround framework and library decisions in official documentation and cited sources. Use when implementing against external APIs or tools.
- ▌ Typescript Best Practices · agent-packsWrite type-safe TypeScript using strict settings, precise types, and disciplined migration patterns. Use when writing TS, reviewing types, or migrating from JavaScript.
- ▌ Incremental Implementation · agent-packsImplement changes in thin vertical slices with tests, verification, and rollback-friendly checkpoints. Use for multi-file or risky changes.
- ▌ Onboarding And Archaeology · agent-packsRamp 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.
- ▌ Git Workflow And Versioning · agent-packsUse atomic commits, trunk-based development, branch hygiene, and versioning practices. Use when making or shipping code changes.
- ▌ Planning And Task Breakdown · agent-packsBreak specs into small, verifiable tasks with acceptance criteria and dependency ordering. Use before multi-step implementation work.
- ▌ Debugging And Error Recovery · agent-packsReproduce, localize, reduce, fix, and guard against failures. Use when tests fail, builds break, or behavior is unexpected.
- ▌ Observability And Monitoring · agent-packsInstrument code with structured logs, metrics, and distributed traces. Use when adding observability to services, debugging production issues, or setting up monitoring.
- ▌ Browser Testing With Devtools · agent-packsUse browser and DevTools evidence to verify frontend behavior, inspect runtime state, console logs, network traces, and performance.
- ▌ Crafting Engineering Strategy · agent-packsCreate, 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.
- ▌ Frontend Implementation Guidance · agent-packsBuild 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.
- ▌ Pr Inspection · agent-packsInspect GitHub pull requests for leadership-relevant release risk, quality gates, ownership, and follow-up actions.
- ▌ Leadership Review · agent-packsRun 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.