Browse
301 extensions
Security And Hardening
addyosmani
Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.
Trigger Deploy
koforje
tool extension from Koforje
Run Agent Task
koforje
tool extension from Koforje
Get Workspace
koforje
tool extension from Koforje
List Tasks
levio
tool extension from Levio
Create Capture
nexalog
tool extension from Nexalog
Create Calendar Event
levio
tool extension from Levio
Search Notes
nexalog
tool extension from Nexalog
Update Calendar Event
levio
tool extension from Levio
Create Workspace
koforje
tool extension from Koforje
Planning And Task Breakdown
addyosmani
Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
Document Extraction
fylo
tool extension from Fylo
Delete Workspace
koforje
tool extension from Koforje
Create Note
nexalog
tool extension from Nexalog
Deprecation And Migration
addyosmani
Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.
List Assets
fonto
tool extension from Fonto
Code Review And Quality
addyosmani
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
Get Asset
fonto
tool extension from Fonto
Browser Testing With Devtools
addyosmani
Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data via Chrome DevTools MCP.
Api And Interface Design
addyosmani
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.