Browse
303 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.
Search Assets
fonto
tool extension from Fonto
Financial Prediction Engine
fylo
skill extension from Fylo
Gmail
levio
connector extension from Levio
Append Journal Entry
nexalog
tool extension from Nexalog
Google Calendar
levio
connector extension from Levio
List Agent Runs
koforje
tool extension from Koforje
Get Note
nexalog
tool extension from Nexalog
Run Agent Task
koforje
tool extension from Koforje
Create Bookmark Tag
nexalog
tool extension from Nexalog
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.
Tag Asset
fonto
tool extension from Fonto
Create Collection
fonto
tool extension from Fonto
Merchant Resolver
fylo
skill extension from Fylo
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.
Transaction Categorizer
fylo
skill extension from Fylo
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.
Delete Collection
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.