Collections
Collection ai-agents

12 AI Agent Tools & Integrations for Developer Workflows | AI Agent Skills

Installable AI agent skills for integrations developer workflows in Claude Code, Cursor, and Windsurf.

This collection focuses on practical AI agent tooling for real software delivery. It brings together integrations, SDK-oriented projects, and reusable workflow building blocks that developers can plug into daily work. You can use these tools to orchestrate multi-step tasks, connect internal and external APIs, route data between services, and reduce manual operations across coding, QA, and release pipelines. Some projects also support MCP-compatible interfaces, but the core value here is workflow execution and integration quality. If you are building agent features for production systems, this list gives you a concise starting point with implementation-ready options.

api-design

[ Featured ]
Logo of affaan-m
affaan-m

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

55.0k
0
Developer

cpp-coding-standards

[ Featured ]
Logo of affaan-m
affaan-m

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

60.6k
0
Developer

foundation-models-on-device

[ Featured ]
Logo of affaan-m
affaan-m

Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.

60.6k
0
Developer

python-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

60.6k
0
Developer

security-scan

[ Featured ]
Logo of affaan-m
affaan-m

Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.

60.6k
0
Developer

visa-doc-translate

[ Featured ]
Logo of affaan-m
affaan-m

Translate visa application documents (images) to English and create a bilingual PDF with original and translation

60.6k
0
Developer

cpp-testing

[ Featured ]
Logo of affaan-m
affaan-m

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

60.6k
0
Developer

golang-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

60.6k
0
Developer

springboot-verification

[ Featured ]
Logo of affaan-m
affaan-m

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

60.6k
0
Developer

cost-aware-llm-pipeline

[ Featured ]
Logo of affaan-m
affaan-m

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

60.6k
0
Developer

liquid-glass-design

[ Featured ]
Logo of affaan-m
affaan-m

iOS 26 Liquid Glass design system — dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit.

60.6k
0
Developer

springboot-security

[ Featured ]
Logo of affaan-m
affaan-m

Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.

60.6k
0
Developer

springboot-tdd

[ Featured ]
Logo of affaan-m
affaan-m

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

60.6k
0
Developer

swift-concurrency-6-2

[ Featured ]
Logo of affaan-m
affaan-m

Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.

60.6k
0
Developer

swift-protocol-di-testing

[ Featured ]
Logo of affaan-m
affaan-m

Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.

60.6k
0
Developer

verification-loop

[ Featured ]
Logo of affaan-m
affaan-m

A comprehensive verification system for Claude Code sessions.

60.6k
0
Developer

swift-actor-persistence

[ Featured ]
Logo of affaan-m
affaan-m

Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.

60.6k
0
Developer

deployment-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

60.6k
0
Developer

python-testing

[ Featured ]
Logo of affaan-m
affaan-m

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

60.6k
0
Developer

postgres-patterns

[ Featured ]
Logo of affaan-m
affaan-m

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.

60.6k
0
Developer

springboot-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

60.6k
0
Developer

swiftui-patterns

[ Featured ]
Logo of affaan-m
affaan-m

SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices.

60.6k
0
Developer

article-writing

[ Featured ]
Logo of affaan-m
affaan-m

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.

60.6k
0
Developer

continuous-learning

[ Featured ]
Logo of affaan-m
affaan-m

Continuous-learning is a skill that automatically evaluates Claude Code sessions to extract reusable patterns and saves them as learned skills for future use.

62.0k
0
Developer

agent-harness-construction

[ Featured ]
Logo of affaan-m
affaan-m

agent-harness-construction is a developer skill for designing and optimizing AI agent action spaces, tool definitions, and observation formatting. It focuses on core constraints like action space quality and recovery quality to achieve higher completion rates for agents like Claude.

62.0k
0
Developer

nanoclaw-repl

[ Featured ]
Logo of affaan-m
affaan-m

nanoclaw-repl is a zero-dependency, session-aware REPL built on Claude for operating and extending the NanoClaw v2 AI agent. It features persistent markdown-backed sessions, dynamic skill loading, session branching, history compaction, and export capabilities to MD, JSON, and TXT formats.

62.0k
0
Developer

agentic-engineering

[ Featured ]
Logo of affaan-m
affaan-m

agentic-engineering is an AI agent skill for engineering workflows that uses an eval-first execution loop, decomposes work into agent-sized units, and routes model tiers by task complexity to enforce quality and risk controls.

62.0k
0
Developer

ai-first-engineering

[ Featured ]
Logo of affaan-m
affaan-m

ai-first-engineering is an operating model for development teams where AI agents generate a significant portion of code implementation. It focuses on process design, review methodologies, and architecture requirements specifically optimized for AI-assisted development workflows with tools like Claude Code.

62.0k
0
Developer

django-verification

[ Featured ]
Logo of affaan-m
affaan-m

No description available

105.8k
0
Developer

autonomous-loops

[ Featured ]
Logo of affaan-m
affaan-m

Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.

105.8k
0
Developer

django-patterns

[ Featured ]
Logo of affaan-m
affaan-m

No description available

105.8k
0
Developer

django-security

[ Featured ]
Logo of affaan-m
affaan-m

No description available

105.8k
0
Developer

docker-patterns

[ Featured ]
Logo of affaan-m
affaan-m

docker-patterns is a skill that automates Docker containerization for AI coding workflows, enhancing productivity for developers.

105.8k
0
Developer

django-tdd

[ Featured ]
Logo of affaan-m
affaan-m

django-tdd is a skill that provides Django testing strategies with pytest-django, TDD methodology, and testing tools for Django REST Framework APIs.

105.8k
0
Developer

continuous-learning-v2

[ Featured ]
Logo of affaan-m
affaan-m

continuous-learning-v2 is a cutting-edge AI agent skill that enables instinct-based learning, creating atomic instincts with confidence scoring for efficient coding.

105.8k
0
Developer

database-migrations

[ Featured ]
Logo of affaan-m
affaan-m

database-migrations is a skill that provides best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across multiple databases and ORMs.

105.8k
0
Developer

agent-eval

[ Featured ]
Logo of affaan-m
affaan-m

agent-eval is a CLI tool for head-to-head comparison of coding agents on reproducible tasks, providing systematized evaluation and data-backed insights.

105.8k
0
Developer

android-clean-architecture

[ Featured ]
Logo of affaan-m
affaan-m

android-clean-architecture is a skill that implements Clean Architecture patterns for Android and Kotlin Multiplatform projects, covering module structure, dependency rules, and data layer design.

105.8k
0
Developer

architecture-decision-records

[ Featured ]
Logo of affaan-m
affaan-m

architecture-decision-records is a skill that captures and records architectural decisions made during coding sessions, providing a transparent and structured approach to decision-making.

105.8k
0
Developer

blueprint

[ Featured ]
Logo of affaan-m
affaan-m

Blueprint is a construction plan generator that creates step-by-step workflows for coding tasks, utilizing AI to automate the planning process.

105.8k
0
Developer

bun-runtime

[ Featured ]
Logo of affaan-m
affaan-m

bun-runtime is a fast all-in-one JavaScript runtime and toolkit that includes a runtime, package manager, bundler, and test runner, designed to simplify and accelerate development workflows.

105.8k
0
Developer

crosspost

[ Featured ]
Logo of affaan-m
affaan-m

crosspost is a skill that distributes content across multiple social platforms, adapting it for each platform's native conventions and limitations.

105.8k
0
Developer

data-scraper-agent

[ Featured ]
Logo of affaan-m
affaan-m

data-scraper-agent is a production-ready AI-powered data collection agent for scraping, enriching, and storing public data from various sources, including job boards, prices, news, and GitHub.

105.8k
0
Developer

deep-research

[ Featured ]
Logo of affaan-m
affaan-m

deep-research is a skill that utilizes firecrawl and exa MCPs to synthesize findings from multiple sources, delivering comprehensive reports with source attribution.

105.8k
0
Developer

design-system

[ Featured ]
Logo of affaan-m
affaan-m

No description available

105.8k
0
Developer

dmux-workflows

[ Featured ]
Logo of affaan-m
affaan-m

No description available

105.8k
0
Developer

fal-ai-media

[ Featured ]
Logo of affaan-m
affaan-m

fal-ai-media is a unified media generation skill, creating images, videos, and audio using fal.ai models and MCP.

105.1k
0
Developer

flutter-dart-code-review

[ Featured ]
Logo of affaan-m
affaan-m

flutter-dart-code-review is a library-agnostic Flutter/Dart code review checklist, covering widget best practices, state management patterns, and performance optimization.

105.1k
0
Developer

prompt-optimizer

[ Featured ]
Logo of affaan-m
affaan-m

prompt-optimizer is a specialized AI agent skill that optimizes draft prompts for Claude Code, ensuring efficient and effective coding workflows.

116.8k
0
Developer

nutrient-document-processing

[ Featured ]
Logo of affaan-m
affaan-m

Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images.

116.8k
0
Developer

context-budget

[ Featured ]
Logo of affaan-m
affaan-m

Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.

116.8k
0
Developer

kotlin-testing

[ Featured ]
Logo of affaan-m
affaan-m

kotlin-testing is a skill that provides comprehensive Kotlin testing patterns for writing reliable, maintainable tests following TDD methodology.

116.8k
0
Developer

laravel-tdd

[ Featured ]
Logo of affaan-m
affaan-m

Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.

116.8k
0
Developer

mcp-server-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.

116.8k
0
Developer

perl-security

[ Featured ]
Logo of affaan-m
affaan-m

Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies.

116.8k
0
Developer

video-editing

[ Featured ]
Logo of affaan-m
affaan-m

Video-editing is a skill that utilizes AI-assisted workflows to edit, cut, and structure real footage, enhancing video content creation.

116.8k
0
Developer

videodb

[ Featured ]
Logo of affaan-m
affaan-m

videodb is a media analysis AI agent skill that enables ingestion, transcription, and editing of video and audio content

116.8k
0
Developer

agent-payment-x402

[ Featured ]
Logo of affaan-m
affaan-m

agent-payment-x402 is a skill that enables AI agents to make autonomous payments using the x402 protocol and MCP tools, providing per-task budgets, spending controls, and non-custodial wallets.

116.8k
0
Developer

git-workflow

[ Featured ]
Logo of affaan-m
affaan-m

git-workflow is a skill that enables efficient Git version control and collaborative development through branching strategies, commit conventions, and conflict resolution.

116.8k
0
Developer

canary-watch

[ Featured ]
Logo of affaan-m
affaan-m

Use this skill to monitor a deployed URL for regressions after deploys, merges, or dependency upgrades.

116.8k
0
Developer

laravel-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.

116.8k
0
Developer

customs-trade-compliance

[ Featured ]
Logo of affaan-m
affaan-m

customs-trade-compliance is a specialized AI agent skill that automates customs operations, including tariff classification, duty calculations, and trade compliance.

116.8k
0
Developer

tdd-workflow

[ Featured ]
Logo of affaan-m
affaan-m

tdd-workflow is a skill that automates test-driven development, ensuring thorough test coverage and streamlined testing processes for developers.

116.8k
0
Developer

plankton-code-quality

[ Featured ]
Logo of affaan-m
affaan-m

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.

116.8k
0
Developer

benchmark

[ Featured ]
Logo of affaan-m
affaan-m

Benchmark is a performance measurement tool that helps developers detect regressions, measure performance baselines, and compare stack alternatives for optimal code performance.

116.8k
0
Developer

browser-qa

[ Featured ]
Logo of affaan-m
affaan-m

Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.

116.8k
0
Developer

nextjs-turbopack

[ Featured ]
Logo of affaan-m
affaan-m

Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.

116.8k
0
Developer

perl-patterns

[ Featured ]
Logo of affaan-m
affaan-m

perl-patterns is a skill that provides modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable applications.

116.8k
0
Developer

token-budget-advisor

[ Featured ]
Logo of affaan-m
affaan-m

token-budget-advisor is a skill that enables users to choose response depth and detail before receiving an answer from Claude, streamlining the development process.

116.8k
0
Developer

quality-nonconformance

[ Featured ]
Logo of affaan-m
affaan-m

quality-nonconformance is a specialized AI agent skill for managing non-conformances in regulated manufacturing environments.

116.8k
0
Developer

team-builder

[ Featured ]
Logo of affaan-m
affaan-m

Interactive agent picker for composing and dispatching parallel teams

116.8k
0
Developer

backend-patterns

[ Featured ]
Logo of affaan-m
affaan-m

backend-patterns is a skill that provides Node.js developers with optimized backend architecture patterns, API design, and database optimization techniques.

116.8k
0
Developer

kotlin-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders.

116.8k
0
Developer

product-lens

[ Featured ]
Logo of affaan-m
affaan-m

Use this skill to validate the why before building, run product diagnostics, and convert vague ideas into specs.

116.8k
0
Developer

laravel-plugin-discovery

[ Featured ]
Logo of affaan-m
affaan-m

Discover and evaluate Laravel packages via LaraPlugins.io MCP. Use when the user wants to find plugins, check package health, or assess Laravel/PHP compatibility.

116.8k
0
Developer

production-scheduling

[ Featured ]
Logo of affaan-m
affaan-m

>

116.8k
0
Developer

skill-comply

[ Featured ]
Logo of affaan-m
affaan-m

Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines

116.8k
0
Developer

logistics-exception-management

[ Featured ]
Logo of affaan-m
affaan-m

logistics-exception-management is a specialized AI agent skill for managing freight shipment exceptions, including delays, damages, and disputes.

116.8k
0
Developer

skill-stocktake

[ Featured ]
Logo of affaan-m
affaan-m

skill-stocktake is a code quality audit AI agent skill that evaluates and enhances Claude skills and commands using AI holistic judgment.

116.8k
0
Developer

strategic-compact

[ Featured ]
Logo of affaan-m
affaan-m

strategic-compact is a Claude Code AI agent skill that enables manual control over context compaction, optimizing workflow efficiency and context preservation.

116.8k
0
Developer

laravel-verification

[ Featured ]
Logo of affaan-m
affaan-m

laravel-verification is a comprehensive AI agent skill for verifying Laravel project integrity and readiness for deployment.

116.8k
0
Developer

perl-testing

[ Featured ]
Logo of affaan-m
affaan-m

perl-testing is a skill that provides comprehensive testing patterns for Perl applications using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.

116.8k
0
Developer

frontend-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

116.8k
0
Developer

laravel-security

[ Featured ]
Logo of affaan-m
affaan-m

laravel-security is a skill providing comprehensive security guidance for Laravel applications to protect against common vulnerabilities.

116.8k
0
Developer

nuxt4-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData.

116.8k
0
Developer

ai-regression-testing

[ Featured ]
Logo of affaan-m
affaan-m

ai-regression-testing is a skill that enables automated testing strategies for AI-assisted development, leveraging sandbox-mode API testing and automated bug-check workflows.

116.8k
0
Developer

x-api

[ Featured ]
Logo of affaan-m
affaan-m

x-api is a Twitter API integration skill for posting, reading, searching, and analytics, utilizing OAuth auth patterns and rate limits for seamless interactions.

116.8k
0
Developer

kotlin-ktor-patterns

[ Featured ]
Logo of affaan-m
affaan-m

Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.

116.8k
0
Developer

pytorch-patterns

[ Featured ]
Logo of affaan-m
affaan-m

PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.

116.8k
0
Developer

continuous-agent-loop

[ Featured ]
Logo of affaan-m
affaan-m

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.

116.8k
0
Developer

search-first

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

project-guidelines-example

[ Featured ]
Logo of affaan-m
affaan-m

project-guidelines-example is a Claude Code AI agent skill designed to provide a structured approach to project development, enhancing productivity and efficiency for developers.

116.8k
0
Developer

security-review

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

coding-standards

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

regex-vs-llm-structured-text

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

content-hash-cache-pattern

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

e2e-testing

[ Featured ]
Logo of affaan-m
affaan-m

e2e-testing is a skill that utilizes Playwright for end-to-end testing, ensuring stable and maintainable test suites.

116.8k
0
Developer

configure-ecc

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

golang-testing

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

market-research

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

ralphinho-rfc-pipeline

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

eval-harness

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

clickhouse-io

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

iterative-retrieval

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

java-coding-standards

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

jpa-patterns

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

frontend-slides

[ Featured ]
Logo of affaan-m
affaan-m

frontend-slides is a presentation automation skill that utilizes AI agents to streamline slide creation and editing.

116.8k
0
Developer

content-engine

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

investor-materials

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

enterprise-agent-ops

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

investor-outreach

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

carrier-relationship-management

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

claude-api

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

claude-devfleet

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

click-path-audit

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

codebase-onboarding

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

compose-multiplatform-patterns

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

documentation-lookup

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

energy-procurement

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

exa-search

[ Featured ]
Logo of affaan-m
affaan-m

exa-search is a powerful AI agent skill designed for advanced querying and searching within Claude Code workflows.

116.8k
0
Developer

inventory-demand-planning

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

kotlin-coroutines-flows

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

kotlin-exposed-patterns

[ Featured ]
Logo of affaan-m
affaan-m

kotlin-exposed-patterns is a skill that provides comprehensive database access patterns using JetBrains Exposed ORM.

116.8k
0
Developer

returns-reverse-logistics

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

rules-distill

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

rust-patterns

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

rust-testing

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

safety-guard

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

santa-method

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

ck

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

healthcare-cdss-patterns

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

healthcare-emr-patterns

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

healthcare-eval-harness

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

healthcare-phi-compliance

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

repo-scan

[ Featured ]
Logo of affaan-m
affaan-m

No description available

116.8k
0
Developer

supabase-postgres-best-practices

[ Official ]
Logo of supabase
supabase

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

1.5k
0
Data

write-docs

Logo of inkeep
inkeep

Create AI Agents in a No-Code Visual Builder or TypeScript SDK with full 2-way sync. For shipping AI assistants and multi-agent AI workflows.

968
0
AI

debug

Logo of qwibitai
qwibitai

A lightweight alternative to Clawdbot / OpenClaw that runs in containers for security. Connects to WhatsApp, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK

14.9k
0
AI

setup

Logo of qwibitai
qwibitai

A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK

17.7k
0
AI

pdf-reader

Logo of qwibitai
qwibitai

pdf-reader is a lightweight AI agent skill that extracts text from PDF files, providing metadata and layout preservation capabilities.

19.9k
0
AI

ai-development-guide

Logo of shinpr
shinpr

Agentic coding framework powered by AGENTS.md — systematic, test-first workflows with quality gates for Cursor, Codex, Gemini CLI, and AI coding agents.

34
0
Productivity

documentation-criteria

Logo of shinpr
shinpr

Agentic coding framework powered by AGENTS.md — systematic, test-first workflows with quality gates for Cursor, Codex, Gemini CLI, and AI coding agents.

35
0
Productivity

testing

Logo of shinpr
shinpr

Systematic workflows for AI-assisted development - Task-oriented framework with quality gates

0
0
Developer
npx killer-skills add owner/repo
Install All via CLI →