Collections
Collection developer-tools

Top Developer Tooling for AI Agent Work

A practical developer-tooling collection for AI projects, covering code generation, testing, debugging, API work, and everyday IDE workflows.

This page curates developer tooling for teams building AI agent skills in real products. It emphasizes practical workflows: writing code faster, verifying behavior with tests, debugging integration issues, and shipping stable releases through IDE-first processes. MCP support may appear as an integration capability, but the main perspective is developer productivity and software quality.

prompt-optimizer

[ Featured ]
Logo of affaan-m
affaan-m

prompt-optimizer is a skill that refines and optimizes user prompts for AI agents, ensuring effective communication and improved outcomes.

91.3k
0
Developer

api-design

[ Featured ]
Logo of affaan-m
affaan-m

API design patterns are conventions and best practices for designing consistent, developer-friendly REST APIs

91.3k
0
Developer

autonomous-loops

[ Featured ]
Logo of affaan-m
affaan-m

autonomous-loops is a skill that enables autonomous Claude Code loops, supporting various architectures from simple claude -p pipelines to complex multi-agent DAG systems.

91.3k
0
Developer

codebase-onboarding

[ Featured ]
Logo of affaan-m
affaan-m

Codebase-onboarding is a systematic analysis of an unfamiliar codebase to produce a structured onboarding guide with key components like architecture maps and CLAUDE.md.

91.3k
0
Developer

context-budget

[ Featured ]
Logo of affaan-m
affaan-m

context-budget is a skill that analyzes token overhead across loaded components in a Claude Code session to surface actionable optimizations.

91.3k
0
Developer

cpp-coding-standards

[ Featured ]
Logo of affaan-m
affaan-m

cpp-coding-standards is a set of comprehensive coding standards for modern C++ derived from the C++ Core Guidelines.

91.3k
0
Developer

data-scraper-agent

[ Featured ]
Logo of affaan-m
affaan-m

data-scraper-agent is a production-ready, AI-powered data collection agent that runs on a schedule, enriches results with a free LLM, and stores data in various databases.

91.3k
0
Developer

django-verification

[ Featured ]
Logo of affaan-m
affaan-m

Django verification loop is a process to ensure application quality and security

91.3k
0
Developer

foundation-models-on-device

[ Featured ]
Logo of affaan-m
affaan-m

foundation-models-on-device is a skill that utilizes Apple's FoundationModels framework for on-device large language models (LLM), enabling text generation, guided generation, and snapshot streaming in iOS 26+.

91.3k
0
Developer

kotlin-testing

[ Featured ]
Logo of affaan-m
affaan-m

kotlin-testing is a set of testing patterns for Kotlin, utilizing Kotest, MockK, and Kover for reliable and maintainable tests.

91.3k
0
Developer

laravel-tdd

[ Featured ]
Logo of affaan-m
affaan-m

Laravel TDD is a test-driven development workflow for Laravel applications using PHPUnit and Pest, focusing on high coverage and efficient testing

91.3k
0
Developer

mcp-server-patterns

[ Featured ]
Logo of affaan-m
affaan-m

mcp-server-patterns is a skill for building MCP servers with Node/TypeScript SDK, enabling AI assistants to call tools and read resources.

91.3k
0
Developer

nutrient-document-processing

[ Featured ]
Logo of affaan-m
affaan-m

nutrient-document-processing is a skill that utilizes the Nutrient DWS API for document conversion, OCR, extraction, redaction, signing, and filling.

91.3k
0
Developer

perl-security

[ Featured ]
Logo of affaan-m
affaan-m

perl-security is a set of guidelines for secure Perl programming, covering taint mode, input validation, and web security measures

91.3k
0
Developer

project-guidelines-example

[ Featured ]
Logo of affaan-m
affaan-m

project-guidelines-example is a project-specific skill template based on a real production application, providing architecture overview, file structure, and deployment workflow guidance

91.3k
0
Developer

python-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Python patterns refer to idiomatic Python coding standards and best practices

91.3k
0
Developer

rust-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Rust-patterns is a set of idiomatic Rust conventions for building safe and performant applications, covering ownership, error handling, traits, and concurrency.

91.3k
0
Developer

rust-testing

[ Featured ]
Logo of affaan-m
affaan-m

Rust-testing is a set of testing patterns including unit tests, integration tests, async testing, property-based testing, and mocking for reliable Rust code

91.3k
0
Developer

search-first

[ Featured ]
Logo of affaan-m
affaan-m

search-first is a research-before-coding workflow that systematizes the process of searching for existing tools, libraries, and patterns before writing custom code.

91.3k
0
Developer

security-scan

[ Featured ]
Logo of affaan-m
affaan-m

security-scan is a skill that analyzes Claude Code configurations for security issues using AgentShield.

91.3k
0
Developer

video-editing

[ Featured ]
Logo of affaan-m
affaan-m

Video-editing is the process of using AI-assisted workflows to edit, cut, and structure real footage, leveraging tools like FFmpeg and Descript.

91.3k
0
Developer

videodb

[ Featured ]
Logo of affaan-m
affaan-m

videodb is a perception and memory skill for video, live streams, and desktop sessions, enabling real-time context and playable stream links.

91.3k
0
Developer

visa-doc-translate

[ Featured ]
Logo of affaan-m
affaan-m

visa-doc-translate is an AI agent skill that translates visa application documents from images to English, handling image conversion and rotation based on EXIF data.

91.3k
0
Developer

claude-devfleet

[ Featured ]
Logo of affaan-m
affaan-m

claude-devfleet is a multi-agent orchestration skill that allows developers to plan, dispatch, and monitor coding tasks via Claude Code agents in isolated git worktrees.

91.3k
0
Developer

cpp-testing

[ Featured ]
Logo of affaan-m
affaan-m

cpp-testing is a specialized AI agent skill for automating C++ test workflows, focusing on GoogleTest, CTest, and CMake configurations.

91.3k
0
Developer

django-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Django Patterns refers to a set of design patterns and best practices for building scalable and maintainable Django applications

91.3k
0
Developer

flutter-dart-code-review

[ Featured ]
Logo of affaan-m
affaan-m

flutter-dart-code-review is a comprehensive, library-agnostic checklist for reviewing Flutter/Dart applications, covering best practices for widgets, state management, and clean architecture.

91.3k
0
Developer

golang-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Golang patterns refer to idiomatic Go coding practices that prioritize simplicity and clarity for building robust applications

91.3k
0
Developer

laravel-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Laravel-patterns is a set of production-grade architecture patterns for Laravel, including routing, controllers, Eloquent ORM, and API resources.

91.3k
0
Developer

rules-distill

[ Featured ]
Logo of affaan-m
affaan-m

rules-distill is a skill that extracts cross-cutting principles from skills and distills them into rules using deterministic collection and LLM judgment.

91.3k
0
Developer

security-review

[ Featured ]
Logo of affaan-m
affaan-m

security-review is a skill that ensures all code follows security best practices, identifying potential vulnerabilities and providing patterns for secure coding.

91.3k
0
Developer

springboot-verification

[ Featured ]
Logo of affaan-m
affaan-m

springboot-verification is a verification loop for Spring Boot projects that automates build, static analysis, tests, security scans, and diff review.

91.3k
0
Developer

team-builder

[ Featured ]
Logo of affaan-m
affaan-m

The team-builder skill is an interactive agent picker for composing and dispatching parallel teams on demand

91.3k
0
Developer

customs-trade-compliance

[ Featured ]
Logo of affaan-m
affaan-m

customs-trade-compliance is a specialized AI agent skill for managing import and export regulations, ensuring compliance with government agencies and legal counsel.

91.3k
0
Developer

energy-procurement

[ Featured ]
Logo of affaan-m
affaan-m

energy-procurement is the process of managing and optimizing energy spend for commercial and industrial consumers across regulated and deregulated electricity markets.

91.3k
0
Developer

inventory-demand-planning

[ Featured ]
Logo of affaan-m
affaan-m

Inventory-demand-planning is a process of managing inventory levels using demand planning suites like Blue Yonder and ERP systems like SAP.

91.3k
0
Developer

production-scheduling

[ Featured ]
Logo of affaan-m
affaan-m

production-scheduling is a process of managing job sequencing, line balancing, changeover optimization, and disruption response across work centers.

91.3k
0
Developer

blueprint

[ Featured ]
Logo of affaan-m
affaan-m

Blueprint is a construction plan generator that creates step-by-step plans from one-line objectives for coding agents

91.3k
0
Developer

coding-standards

[ Featured ]
Logo of affaan-m
affaan-m

coding-standards is a set of universal coding standards, best practices, and patterns applicable across all projects for TypeScript, JavaScript, React, and Node.js development.

91.3k
0
Developer

cost-aware-llm-pipeline

[ Featured ]
Logo of affaan-m
affaan-m

cost-aware-llm-pipeline is a set of patterns for optimizing LLM API costs through model routing, budget tracking, retry logic, and prompt caching.

91.3k
0
Developer

django-security

[ Featured ]
Logo of affaan-m
affaan-m

django-security is a set of best practices for securing Django applications, including authentication, authorization, and protection against common web attacks.

91.3k
0
Developer

docker-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Docker Patterns refers to a collection of best practices for Docker and Docker Compose

91.3k
0
Developer

exa-search

[ Featured ]
Logo of affaan-m
affaan-m

exa-search is a neural search engine that utilizes Exa MCP for web, code, and company research, providing AI-powered deep research capabilities.

91.3k
0
Developer

kotlin-exposed-patterns

[ Featured ]
Logo of affaan-m
affaan-m

kotlin-exposed-patterns is a set of comprehensive patterns for database access with JetBrains Exposed ORM, including DSL queries, DAO pattern, and connection pooling.

91.3k
0
Developer

liquid-glass-design

[ Featured ]
Logo of affaan-m
affaan-m

liquid-glass-design is a dynamic glass material system for iOS 26, featuring blur, reflection, and interactive morphing capabilities for SwiftUI, UIKit, and WidgetKit integration.

91.3k
0
Developer

nextjs-turbopack

[ Featured ]
Logo of affaan-m
affaan-m

nextjs-turbopack is an incremental bundler written in Rust, used by default in Next.js 16+ for local development, offering faster cold start and hot module replacement.

91.3k
0
Developer

perl-patterns

[ Featured ]
Logo of affaan-m
affaan-m

perl-patterns is a set of modern Perl 5.36+ development patterns and best practices for building robust, maintainable applications.

91.3k
0
Developer

plankton-code-quality

[ Featured ]
Logo of affaan-m
affaan-m

plankton-code-quality is a write-time code quality enforcement system using Plankton, auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.

91.3k
0
Developer

regex-vs-llm-structured-text

[ Featured ]
Logo of affaan-m
affaan-m

regex-vs-llm-structured-text is a practical decision framework for parsing structured text using regex and LLM.

91.3k
0
Developer

tdd-workflow

[ Featured ]
Logo of affaan-m
affaan-m

tdd-workflow is a skill that ensures all code development follows test-driven development principles with comprehensive test coverage, including unit, integration, and E2E tests.

91.3k
0
Developer

verification-loop

[ Featured ]
Logo of affaan-m
affaan-m

Verification Loop is an AI tool that verifies the quality and reliability of Claude Code sessions

91.3k
0
Developer

quality-nonconformance

[ Featured ]
Logo of affaan-m
affaan-m

quality-nonconformance is a skill that manages the non-conformance lifecycle in regulated manufacturing environments, including FDA 21 CFR 820 and IATF 16949.

91.3k
0
Developer

returns-reverse-logistics

[ Featured ]
Logo of affaan-m
affaan-m

returns-reverse-logistics is a specialized AI agent skill for managing the reverse logistics process, including return merchandise authorization, condition grading, and refund processing.

91.3k
0
Developer

backend-patterns

[ Featured ]
Logo of affaan-m
affaan-m

backend-patterns is a set of expert guidelines for designing and optimizing scalable server-side applications using Node.js, Express, and Next.js

91.3k
0
Developer

bun-runtime

[ Featured ]
Logo of affaan-m
affaan-m

bun-runtime is a fast JavaScript runtime and toolkit that includes a runtime, package manager, bundler, and test runner.

91.3k
0
Developer

content-hash-cache-pattern

[ Featured ]
Logo of affaan-m
affaan-m

content-hash-cache-pattern is a caching technique using SHA-256 content hashes as cache keys to store expensive file processing results, surviving file moves and auto-invalidating on content changes.

91.3k
0
Developer

crosspost

[ Featured ]
Logo of affaan-m
affaan-m

crosspost is a multi-platform content distribution skill that adapts content per platform using content-engine patterns

91.3k
0
Developer

deep-research

[ Featured ]
Logo of affaan-m
affaan-m

Deep research is a skill that produces thorough, cited research reports from multiple web sources using firecrawl and exa MCP tools.

91.3k
0
Developer

django-tdd

[ Featured ]
Logo of affaan-m
affaan-m

django-tdd is a testing strategy for Django applications using pytest-django, TDD methodology, and factory_boy for efficient testing and development.

91.3k
0
Developer

kotlin-patterns

[ Featured ]
Logo of affaan-m
affaan-m

kotlin-patterns is a set of idiomatic Kotlin conventions for building robust, efficient, and maintainable applications with coroutines and null safety.

91.3k
0
Developer

springboot-security

[ Featured ]
Logo of affaan-m
affaan-m

springboot-security is a set of expert-recommended configurations for securing Java Spring Boot services with features like JWT, OAuth2, and rate limiting.

91.3k
0
Developer

springboot-tdd

[ Featured ]
Logo of affaan-m
affaan-m

springboot-tdd is a test-driven development workflow for Spring Boot services using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo.

91.3k
0
Developer

swift-concurrency-6-2

[ Featured ]
Logo of affaan-m
affaan-m

swift-concurrency-6-2 is a concurrency model that runs code single-threaded by default and introduces concurrency explicitly using @concurrent for background offloading.

91.3k
0
Developer

swift-protocol-di-testing

[ Featured ]
Logo of affaan-m
affaan-m

swift-protocol-di-testing is a protocol-based dependency injection technique for making Swift code testable by abstracting external dependencies like file systems, networks, and iCloud

91.3k
0
Developer

continuous-learning-v2

[ Featured ]
Logo of affaan-m
affaan-m

continuous-learning-v2 is an advanced learning system that turns Claude Code sessions into reusable knowledge through atomic instincts with confidence scoring.

91.3k
0
Developer

swift-actor-persistence

[ Featured ]
Logo of affaan-m
affaan-m

swift-actor-persistence is a thread-safe data persistence pattern in Swift using actors, eliminating data races at compile time with in-memory cache and file-backed storage.

91.3k
0
Developer

carrier-relationship-management

[ Featured ]
Logo of affaan-m
affaan-m

Carrier-relationship-management is the process of managing interactions with transportation carriers, including sourcing, negotiations, and performance tracking.

91.3k
0
Developer

logistics-exception-management

[ Featured ]
Logo of affaan-m
affaan-m

logistics-exception-management is the process of analyzing and resolving shipment exceptions using systems like TMS, WMS, and ERP order management

91.3k
0
Developer

claude-api

[ Featured ]