Trapzzy
Community@TRAPZZY · Lagos
A result-oriented Penetration Tester and Ethical Hacker | programmer |(ISC)2 CERTIFIED
Agent Skills by Trapzzy
Showing 24 vetted skills indexed across 1 GitHub repositories.
convex-setup-auth
Configures Convex authentication with provider wiring, identity mapping, and access control.
convex-migration-helper
Plans and executes Convex schema and data migrations using the widen-migrate-narrow workflow.
convex-quickstart
Scaffolds new Convex projects or integrates Convex into existing frontend applications.
convex-performance-audit
Diagnoses and fixes Convex performance issues across reads, writes, subscriptions, and function limits.
idea-refine
Refines raw ideas into actionable one-pagers through structured divergent and convergent thinking.
debugging-and-error-recovery
Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.
using-agent-skills
Discovers and routes tasks to phase-appropriate engineering workflow skills.
test-driven-development
Guides test-first development using the red-green-refactor cycle for code changes and bug fixes.
planning-and-task-breakdown
Decomposes specifications into ordered, verifiable implementation tasks with acceptance criteria.
incremental-implementation
Implements multi-file code changes in tested, committed vertical slices.
api-and-interface-design
Designs stable REST APIs and TypeScript interfaces with consistent contracts and error semantics.
ci-cd-and-automation
Configures CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.
context-engineering
Configures rules files and curates context layers to improve AI agent output quality.
frontend-ui-engineering
Builds accessible, responsive, production-quality user interface components following design system standards.
shipping-and-launch
Guides production deployments with pre-launch checklists, staged rollouts, monitoring, and rollback plans.
spec-driven-development
Creates structured specifications before coding through a gated four-phase workflow.
code-review-and-quality
Reviews code changes across correctness, readability, architecture, security, and performance before merge.
security-and-hardening
Hardens web application code against OWASP vulnerabilities through validation, authentication, and secrets management patterns.
deprecation-and-migration
Plans and executes deprecation of legacy systems with incremental migration patterns.
code-simplification
Refactors code to reduce complexity while preserving exact behavior and project conventions.
performance-optimization
Diagnose and fix frontend and backend performance bottlenecks using measurement-driven profiling workflows.
browser-testing-with-devtools
Inspect DOM, console, network, and performance in live browsers via Chrome DevTools MCP.
git-workflow-and-versioning
Structures git commits, branching, and worktree workflows for disciplined version control.
documentation-and-adrs
Writes architecture decision records, API documentation, READMEs, and changelogs for codebases.
Frequently Asked Questions About Trapzzy
FAQPage SchemaWhat tasks can I accomplish using Trapzzy's skills?▼
You can scaffold Convex projects, configure authentication providers, run safe schema migrations, build reusable Convex components, and audit backend performance. Additional skills cover test-driven development, systematic debugging, code review, security hardening, CI/CD pipeline setup, browser testing via Chrome DevTools MCP, and production launch preparation.
Who are Trapzzy's skills designed for?▼
These skills target full-stack developers and backend engineers building applications on Convex with React, Next.js, Vue, or Svelte frontends. They also serve engineering teams needing disciplined practices for specification writing, incremental implementation, code simplification, deprecation management, and architectural decision records.
How do I set up a Convex project using these skills?▼
The convex-quickstart skill scaffolds projects via npm create convex@latest or adds Convex to existing frontends by wiring ConvexProvider and deployment URL environment variables. Running npx convex dev starts the development deployment, after which auth, components, and migration skills extend the backend.
What prerequisites do Trapzzy's skills require?▼
Convex skills require Node.js with npm or npx, a Convex deployment, and optionally providers like Clerk, Auth0, or WorkOS AuthKit for authentication. The browser-testing skill requires Chrome DevTools MCP access. Engineering practice skills apply to any codebase without specific runtime dependencies.
How do the skills handle breaking Convex schema changes?▼
The convex-migration-helper skill applies the widen-migrate-narrow workflow with the @convex-dev/migrations component. It handles schema validation failures, document backfilling, field type changes, table splits or merges, and multi-deploy rollouts to achieve zero-downtime migrations on existing Convex tables.