Agent Skills by z3nn
Showing 54 vetted skills indexed across 1 GitHub repositories.
Immersive Storybook Landing Page
Build full-screen landing pages with scroll-hijacked scenes and animated characters.
building-rag-pipelines
Design RAG pipelines with hybrid search, reranking, and relevance feedback.
Reviewing Agent Output
Validate AI agent deliverables against acceptance criteria and integration contracts.
Orchestrating Workflow
Build execution plans from tasks.md using a Directed Acyclic Graph.
Delegating Tasks
Decompose requirements into tasks and delegate them to specialist agents.
Securing Data
Encrypt sensitive columns and enable PostgreSQL Row-Level Security for tenant isolation.
Designing Schemas
Design normalized PostgreSQL schemas from technical specifications with constraints.
Optimizing Performance
Diagnose PostgreSQL bottlenecks via EXPLAIN ANALYZE and optimize indexing.
Writing Queries
Generate SQLAlchemy ORM models and repository patterns with session management.
Writing Migrations
Create reversible Alembic migrations with explicit upgrade and downgrade paths.
Provisioning Infrastructure
Manage cloud resources with Terraform or Pulumi Infrastructure as Code.
Configuring CI/CD
Configures GitHub Actions pipelines for linting, testing, and deployment with secret management.
Site Reliability Engineering
Define SLIs and SLOs to quantify system reliability and track error budgets.
Implementing Observability
Instrument applications with OpenTelemetry logging, tracing, and Golden Signals.
bundling-frontend
Configure Vite for optimized production builds with code splitting and tree-shaking.
testing-frontend
Write Vitest and React Testing Library tests for component interactions.
integrating-api
Implement a type-safe API client with TanStack Query and Axios/Fetch.
scaffolding-frontend
Initialize a Vite React TypeScript project with standardized structure and tooling.
managing-state
Selects and implements Zustand, TanStack Query, or React Context for frontend state.
building-components
Develop reusable React function components with TypeScript and Tailwind CSS.
conducting-security-audit
Audit code, infrastructure, and logic flows for security vulnerabilities.
auditing-dependencies
Analyze third-party libraries for vulnerabilities and supply chain risks.
securing-agents
Enforce security safeguards for AI agents against prompt injection and tool misuse.
managing-sessions-tokens
Manage JWT authentication sessions with rotating refresh tokens and revocation.