Trapzzy avatar

Trapzzy

Community

@TRAPZZY · Lagos

2Followers
|
21Public Repos
|
24Published Skills

A result-oriented Penetration Tester and Ethical Hacker | programmer |(ISC)2 CERTIFIED

Skills Distribution
DomainDeveloper To...Convex Backend Dev.. (30%)Software Engineeri.. (30%)Testing & Quality .. (15%)Security & Hardening (15%)

Agent Skills by Trapzzy

Showing 24 vetted skills indexed across 1 GitHub repositories.

TRAPZZYTRAPZZY
5

convex-setup-auth

Configures Convex authentication with provider wiring, identity mapping, and access control.

Community
Advanced
TRAPZZYTRAPZZY
5

convex-migration-helper

Plans and executes Convex schema and data migrations using the widen-migrate-narrow workflow.

Community
Intermediate
TRAPZZYTRAPZZY
5

convex-quickstart

Scaffolds new Convex projects or integrates Convex into existing frontend applications.

Community
Intermediate
TRAPZZYTRAPZZY
5

convex-performance-audit

Diagnoses and fixes Convex performance issues across reads, writes, subscriptions, and function limits.

Community
Advanced
TRAPZZYTRAPZZY
5

idea-refine

Refines raw ideas into actionable one-pagers through structured divergent and convergent thinking.

Community
Intermediate
TRAPZZYTRAPZZY
5

debugging-and-error-recovery

Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.

Community
Intermediate
TRAPZZYTRAPZZY
5

using-agent-skills

Discovers and routes tasks to phase-appropriate engineering workflow skills.

Community
Intermediate
TRAPZZYTRAPZZY
5

test-driven-development

Guides test-first development using the red-green-refactor cycle for code changes and bug fixes.

Community
Intermediate
TRAPZZYTRAPZZY
5

planning-and-task-breakdown

Decomposes specifications into ordered, verifiable implementation tasks with acceptance criteria.

Community
Intermediate
TRAPZZYTRAPZZY
5

incremental-implementation

Implements multi-file code changes in tested, committed vertical slices.

Community
Intermediate
TRAPZZYTRAPZZY
5

api-and-interface-design

Designs stable REST APIs and TypeScript interfaces with consistent contracts and error semantics.

Community
Intermediate
TRAPZZYTRAPZZY
5

ci-cd-and-automation

Configures CI/CD pipelines with quality gates, deployment strategies, and rollback workflows.

Community
Intermediate
TRAPZZYTRAPZZY
5

context-engineering

Configures rules files and curates context layers to improve AI agent output quality.

Community
Intermediate
TRAPZZYTRAPZZY
5

frontend-ui-engineering

Builds accessible, responsive, production-quality user interface components following design system standards.

Community
Intermediate
TRAPZZYTRAPZZY
5

shipping-and-launch

Guides production deployments with pre-launch checklists, staged rollouts, monitoring, and rollback plans.

Community
Intermediate
TRAPZZYTRAPZZY
5

spec-driven-development

Creates structured specifications before coding through a gated four-phase workflow.

Community
Intermediate
TRAPZZYTRAPZZY
5

code-review-and-quality

Reviews code changes across correctness, readability, architecture, security, and performance before merge.

Community
Intermediate
TRAPZZYTRAPZZY
5

security-and-hardening

Hardens web application code against OWASP vulnerabilities through validation, authentication, and secrets management patterns.

Community
Intermediate
TRAPZZYTRAPZZY
5

deprecation-and-migration

Plans and executes deprecation of legacy systems with incremental migration patterns.

Community
Intermediate
TRAPZZYTRAPZZY
5

code-simplification

Refactors code to reduce complexity while preserving exact behavior and project conventions.

Community
Intermediate
TRAPZZYTRAPZZY
5

performance-optimization

Diagnose and fix frontend and backend performance bottlenecks using measurement-driven profiling workflows.

Community
Intermediate
TRAPZZYTRAPZZY
5

browser-testing-with-devtools

Inspect DOM, console, network, and performance in live browsers via Chrome DevTools MCP.

Community
Intermediate
TRAPZZYTRAPZZY
5

git-workflow-and-versioning

Structures git commits, branching, and worktree workflows for disciplined version control.

Community
Intermediate
TRAPZZYTRAPZZY
5

documentation-and-adrs

Writes architecture decision records, API documentation, READMEs, and changelogs for codebases.

Community
Intermediate

Frequently Asked Questions About Trapzzy

FAQPage Schema
What 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.