Affaan Mustafa

Affaan Mustafa

/affaan-m
Itô·San Francisco, CA / Bellevue, WA

Institutionalizing prediction markets @Ito-Markets | B={(eᵢ,wᵢ)}; Vᴮ=Σᵢwᵢℙα(eᵢ=1) | OSS meta-harness for AI agents @ECC-Tools

50 skills
golang-patterns
Passed all 3 security checks
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
·09.8k
Design a Django app that stays maintainable
Passed all 3 security checks
Walks through ORM patterns, REST API structure, caching layers, and middleware setup so your Django codebase doesn't become a mess at scale.
Engineering / Planning & Problem-Solvingfor-engineersplanning
·06.9k
Review Python code for style and patterns
Passed all 3 security checks
Takes a Python file or snippet and flags deviations from PEP 8, missing type hints, and suggests idiomatic rewrites that make the code harder to break.
Engineering / Code Reviewatomicfor-engineers
·06.9k
Write tests before code, ship with confidence
Passed all 3 security checks
Guides you through test-driven development: writes unit, integration, and E2E tests first, then implements the feature to pass them, ensuring 80%+ coverage.
Engineering / Workflow & Sprint Structureatomicfor-engineers
·06.8k
Review C++ code against modern standards
Passed all 3 security checks
Checks your C++ against the Core Guidelines—catches unsafe patterns, outdated idioms, and missed opportunities for clarity. Returns specific line-by-line fixes.
Engineering / Code Reviewatomicfor-engineers
·06.1k
Build a market sizing and competitor brief
Passed all 3 security checks
Pulls public data on market size, competitor positioning, funding rounds, and tech stacks, then organizes it into a decision-ready one-pager with sources and gaps flagged.
Product / Discoveryatomicfor-founders
·06k
Keep Claude sharp across a long conversation
Passed all 3 security checks
Tracks conversation length and suggests when to compress history—between phases, after decisions, or before a new topic—so Claude stays sharp without losing the thread.
Engineering / Workflow & Sprint Structuremetafor-engineers
·06k
Plan a safe database schema change
Passed all 3 security checks
Walks through the migration strategy for your specific database and ORM — PostgreSQL, MySQL, Prisma, Drizzle, etc. — with rollback steps and zero-downtime sequencing.
Engineering / Pipelines & Dataatomicfor-engineers
·05.9k
Run tests on your Claude coding session
Passed all 3 security checks
Sets up a test harness that runs assertions against Claude's code outputs, gives you pass/fail, and surfaces failure cases so you can iterate toward a working solution.
Engineering / Code Reviewatomicfor-engineers
·05.7k
Design a Laravel app that won't collapse at scale
Passed all 3 security checks
Proposes the right architecture layer for your next feature—routing, service, queue, event, or cache—and shows code patterns that match production Laravel conventions.
Engineering / Planning & Problem-Solvingatomicfor-engineers
·05.6k
Debug a flaky C++ test or add missing coverage
Passed all 3 security checks
Reads a failing or intermittent test, the code under test, and your GoogleTest/CTest setup, then pinpoints the root cause and suggests a fix with minimal changes.
Engineering / Debugging & Investigationatomicfor-engineers
·05.5k
Run pre-deploy checks on a Django project
Passed all 3 security checks
Verifies migrations, linting, test coverage, security, and deployment readiness in one pass. Surfaces blockers before a release or PR lands.
Engineering / Pipelines & Dataatomicfor-engineers
·05.3k
Cut your LLM bill in half without losing quality
Passed all 3 security checks
Routes simple tasks to cheaper models, caches repeated prompts, batches requests, and tracks spend per feature. Includes pre-built retry logic and budget guards.
Engineering / Pipelines & Databundlefor-engineers
·05.3k
Build reliable AI agents that don't waste money
Passed all 3 security checks
Scaffolds an agent with built-in eval gates, task decomposition, and smart model routing so each step uses the right tool for the job—not the biggest one.
Engineering / Planning & Problem-Solvingbundlefor-engineers
·05.3k
Write Rust tests without the boilerplate
Passed all 3 security checks
Generates unit, integration, and async tests for Rust code with proper mocks and fixtures. Follows TDD patterns so tests clarify the contract before implementation.
Engineering / Code Reviewatomicfor-engineers
·05.2k
Speed up file processing with smart caching
Passed all 3 security checks
Implements a content-hash-based cache layer that auto-invalidates when file content changes, avoiding redundant processing without manual cache busting.
Engineering / Pipelines & Dataatomicfor-engineers
·05.1k
Repurpose one idea into a month of posts
Passed all 3 security checks
Takes a single insight, research finding, or product update and generates platform-native content for X, LinkedIn, TikTok, YouTube, and newsletters—each formatted and toned for its audience.
Marketing / Campaigns & Launchesbundlefor-founders
·05.1k
ai-first-engineering
Passed all 3 security checks
Engineering operating model for teams where AI agents generate a large share of implementation output.
Engineering / Workflow & Sprint Structurebundlefor-engineers
·05.1k
Build a thread-safe cache without race conditions
Passed all 3 security checks
Scaffolds an in-memory cache backed by files using Swift actors, eliminating data races. Handles concurrent reads and writes without locks or semaphores.
Engineering / Code Reviewatomicfor-engineers
·05k
Write Laravel tests that actually catch bugs
Passed all 3 security checks
Generates PHPUnit and Pest tests for your Laravel models, routes, and jobs. Includes factory setup, database isolation, and coverage targets so you know what's still exposed.
Engineering / Code Reviewatomicfor-engineers
·05k
Write idiomatic Kotlin without the research
Passed all 3 security checks
Reviews your Kotlin code and suggests null-safe patterns, coroutine idioms, and DSL builders that align with language conventions. Spots common anti-patterns.
Engineering / Code Reviewatomicfor-engineers
·04.9k
Run language models directly on iPhone
Passed all 3 security checks
Uses Apple's FoundationModels framework to run text generation, guided generation, and tool calling on-device in iOS 18+, with no server round-trips or API keys.
Engineering / Code Reviewatomicfor-engineers
·04.9k
Generate Compose patterns for KMP apps
Passed all 3 security checks
Writes idiomatic Jetpack Compose and Multiplatform Compose code for state management, navigation, theming, and platform-specific UI — ready to paste into a KMP project.
Engineering / Code Reviewfor-engineersno-setup
·04.9k
Speed up your Next.js build with Turbopack
Passed all 3 security checks
Explains incremental bundling and filesystem caching in Turbopack, diagnoses whether your project will benefit, and walks through the migration from webpack step-by-step.
Engineering / Pipelines & Dataatomicfor-engineers
·04.8k
Enforce code style on every commit
Passed all 3 security checks
Runs formatting, linting, and Claude-powered fixes on files as they're edited, catching style drift and common mistakes before code review.
Engineering / Code Reviewatomicfor-engineers
·04.8k
blueprint
Passed all 3 security checks
>-
Product / Specs & Requirementsatomicno-setup
·04.8k
Write Kotlin tests that catch real bugs
Passed all 3 security checks
Generates idiomatic Kotlin tests using Kotest and MockK, with property-based testing and coroutine patterns. Includes coverage reporting to flag untested paths.
Engineering / Code Reviewatomicfor-engineers
·04.7k
Check if your shipment clears customs
Passed all 3 security checks
Maps your product category, destination, and HS code against tariff schedules and trade agreements to flag compliance risks before you ship.
Operations / Compliance & Securityatomicfor-founders
·04.7k
Build a faster, safer Nuxt 4 app
Passed all 3 security checks
Explains Nuxt 4 hydration pitfalls, SSR-safe fetching patterns, and route-rule setup. Catches the common async-data mistakes that tank performance or break on deploy.
Engineering / Planning & Problem-Solvingatomicfor-engineers
·04.3k
Catch UI breaks before users do
Passed all 3 security checks
Runs automated clicks and assertions across key user flows after each deploy, comparing screenshots and form submissions against a baseline to flag visual regressions.
Engineering / Pipelines & Dataatomicfor-engineers
·04.2k
Pull live Jira tickets into your workflow
Passed all 3 security checks
Syncs with your Jira board to fetch tickets, extract requirements, and log updates or comments without switching tabs. Works via API or MCP.
Engineering / Workflow & Sprint Structureatomicfor-engineers
·04.2k
remotion-video-creation
Passed all 3 security checks
Best practices for Remotion - Video creation in React. 29 domain-specific rules covering 3D, animations, audio, captions, charts, transitions, and more.
Engineering / Pipelines & Dataatomicfor-engineers
·04.1k
benchmark
Passed all 3 security checks
Use this skill to measure performance baselines, detect regressions before/after PRs, and compare stack alternatives.
Engineering / Pipelines & Dataatomicfor-engineers
·04k
Audit your codebase for risk and bloat
Passed all 3 security checks
Scans your entire repo across all languages, catalogs every dependency and embedded library, and flags security, license, and technical-debt risks with a browsable report.
Engineering / Pipelines & Databundlefor-engineers
·03.9k
Analyze anything through a product lens
Passed all 3 security checks
Takes a customer complaint, feature request, or market observation and breaks it down by jobs-to-be-done, user segment, competitive pressure, and moat opportunity.
Product / Discoveryatomicfor-pms
·03.8k
Get structured debate on a hard call
Passed all 3 security checks
Assembles four distinct voices (pragmatist, optimist, skeptic, devil's advocate) to debate a decision, surface real tradeoffs, and help you choose without regret.
Product / Discoveryatomicfor-founders
·03.8k
Verify a deployment didn't break anything
Passed all 3 security checks
Hits your live URL after a deploy and checks HTTP status, streaming endpoints, asset loads, browser console, and performance metrics. Reports any regression in one view.
Engineering / Pipelines & Dataatomicfor-engineers
·03.8k
dart-flutter-patterns
Passed all 3 security checks
Production-ready Dart and Flutter patterns covering null safety, immutable state, async composition, widget architecture, popular state management frameworks (BLoC, Riverpod, Provider), GoRouter navigation, Dio networking, Freezed code generation, and clean architecture.
Engineering / Code Reviewbundlefor-engineers
·03.8k
Generate an animated explainer for a concept
Passed all 3 security checks
Builds a Manim script that animates graphs, system diagrams, or product flows step-by-step. Output is ready to render or hand to a video team.
Marketing / Campaigns & Launchesatomicfor-marketers
·03.7k
Record a polished product demo video
Passed all 3 security checks
Scripts and records an automated walkthrough of your web app with a visible cursor, natural pauses, and a professional feel—no manual screen recording needed.
Sales / Demo & Follow-upatomicfor-founders
·03.7k
Find and rank buyers worth calling
Passed all 3 security checks
Scores leads on buying signals and mutual connections, models their communication style from past posts, then drafts personalized outreach across email, LinkedIn, and X—ready to send.
Sales / Outreach & Prospectingbundlefor-founders
·03.6k
Keep your Google Docs ecosystem in sync
Passed all 3 security checks
Finds, summarizes, edits, and migrates Google Docs, Sheets, and Slides across your workspace without context-switching. Handles bulk cleanup, version tracking, and shared-doc conflicts.
Operations / Process Automationbundlefor-ops
·03.6k
Strip secrets and publish a private repo safely
Passed all 3 security checks
Forks your private codebase, removes credentials and internal references, and packages it as a public repo with a README and license — all in one run.
Engineering / Pipelines & Databundlefor-engineers
·03.6k
connections-optimizer
Passed all 3 security checks
Reorganize the user's X and LinkedIn network with review-first pruning, add/follow recommendations, and channel-specific warm outreach drafted in the user's real voice. Use when the user wants to clean up following lists, grow toward current priorities, or rebalance a social graph around higher-signal relationships.
Sales / Outreach & Prospectingatomicfor-founders
·03.6k
knowledge-ops
Passed all 3 security checks
Knowledge base management, ingestion, sync, and retrieval across multiple storage layers (local files, MCP memory, vector stores, Git repos). Use when the user wants to save, organize, sync, deduplicate, or search across their knowledge systems.
Operations / Process Automationbundlefor-founders
·03.6k
Audit your healthcare biz for HIPAA gaps
Passed all 3 security checks
Reviews your current setup—data handling, vendor agreements, access logs, breach protocols—against HIPAA requirements and flags specific compliance risks with remediation steps.
Operations / Compliance & Securityatomicfor-founders
·03.5k
Walk a newcomer through your codebase
Passed all 3 security checks
Maps the repo structure, identifies entry points and key modules, then generates a guided tour that explains what each part does and how they connect.
Engineering / Planning & Problem-Solvingatomicfor-engineers
·03.5k
Navigate ECC docs without getting lost
Passed all 3 security checks
Reads the live ECC repository and answers questions about agents, skills, commands, hooks, and onboarding — always pointing to the current docs so you don't follow stale links.
Engineering / Skill Authoringmetafor-engineers
·01.6k
Plan a data-driven research workflow for baskets
Passed all 3 security checks
Sketches out a multi-step agent that ingests market data, runs basket simulations, and flags opportunities for human review — without touching live orders.
Engineering / Planning & Problem-Solvingbundlefor-engineers
·0718
Catch code smell before you commit
Passed all 3 security checks
Measures structural health (complexity, duplication, hotspots) on each file, shows the delta after your edits, and warns if a refactor actually made things worse.
Engineering / Code Reviewatomicfor-engineers
·06