Video & Animation

ralphinho-rfc-pipeline

230.4kgithub.com

RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration. Use when running RFC-driven multi-agent execution with quality gates and a merge queue.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

quarkus-patterns

230.4kgithub.com

Quarkus 3.x LTS architecture patterns with Camel for messaging, RESTful API design, CDI services, data access with Panache, and async processing. Use for Java Quarkus backend work with event-driven architectures. Use when building or reviewing a Quarkus service, especially with Camel messaging or Panache data access.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

quality-nonconformance

230.4kgithub.com

>

$ npx skills add affaan-m/everything-claude-code
スキルを見る

rails-patterns

github.com

Ruby on Rails framework patterns for Rails 7.1+ and 8.x apps. Covers the directory contract, skinny controllers with service objects, form objects, query objects, idiomatic ActiveRecord, background jobs, ViewComponent, Hotwire, and the Rails 8 Solid stack. Use when building or reviewing Rails apps, controllers, models, services, jobs, or views.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

react-native-patterns

github.com

React Native and Expo app patterns — Expo Router navigation, state separation (server/client/route/form), TanStack Query data fetching with Zod, performant lists, NativeWind/StyleSheet styling, native APIs, and secure storage. Use when building or editing React Native / Expo screens, components, navigation, or data layers.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

pytorch-patterns

230.4kgithub.com

PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading. Use when writing or reviewing PyTorch training loops, model architectures, or data loading, or when a run will not reproduce.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

prompt-optimizer

230.4kgithub.com

>-

$ npx skills add affaan-m/everything-claude-code
スキルを見る

python-testing

230.4kgithub.com

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements. Use when writing pytest tests — fixtures, mocks, parametrization, or coverage.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

prediction-market-oracle-research

github.com

Research prediction markets as data sources or oracle signals for products, agents, dashboards, and corporate decision intelligence. Use for source-grounded analysis of market-implied probabilities, caveats, and integration patterns without investment advice. Use when evaluating prediction markets as a data source or oracle signal for a product, agent, or dashboard.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

plankton-code-quality

230.4kgithub.com

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks. Use when setting up write-time formatting, linting, or auto-fix hooks on file edits.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

plan-orchestrate

230.4kgithub.com

Read a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without composing chains by hand.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

project-flow-ops

230.4kgithub.com

Operate execution flow across GitHub and Linear by triaging issues and pull requests, linking active work, and keeping GitHub public-facing while Linear remains the internal execution layer. Use when the user wants backlog control, PR triage, or GitHub-to-Linear coordination.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

postgres-patterns

230.4kgithub.com

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices. Use when designing PostgreSQL schemas, indexes, or RLS policies, or when a query is too slow.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

prediction-market-risk-review

github.com

Review prediction-market, basket, oracle, and trading-agent workflows for compliance, safety, data-quality, privacy, and execution risk. Use before any workflow handles venue auth, user portfolio data, API keys, or trade planning.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

prisma-patterns

230.4kgithub.com

Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion. Use when writing a Prisma schema or query, or debugging transactions, migrations, or serverless connection limits.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

production-scheduling

230.4kgithub.com

>

$ npx skills add affaan-m/everything-claude-code
スキルを見る

product-capability

230.4kgithub.com

Translate PRD intent, roadmap asks, or product discussions into an implementation-ready capability plan that exposes constraints, invariants, interfaces, and unresolved decisions before multi-service work starts. Use when the user needs an ECC-native PRD-to-SRS lane instead of vague planning prose.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

production-audit

230.4kgithub.com

Local-evidence production readiness audit for shipped apps, pre-launch reviews, post-merge checks, and

$ npx skills add affaan-m/everything-claude-code
スキルを見る

product-lens

230.4kgithub.com

Use this skill to validate the

$ npx skills add affaan-m/everything-claude-code
スキルを見る

python-patterns

230.4kgithub.com

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications. Use when writing or reviewing Python code and idiomatic structure, typing, or PEP 8 is in question.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

perl-security

230.4kgithub.com

Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies. Use when reviewing Perl input handling, process execution, DBI queries, or web-facing code.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

plan-canvas

github.com

Open plans and HTML artifacts in a local browser canvas where the human annotates elements, chats, and approves or requests changes without leaving the page. Use when presenting a plan for review, or when feedback like

$ npx skills add affaan-m/everything-claude-code
スキルを見る

perl-testing

230.4kgithub.com

Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology. Use when writing Perl tests with Test2::V0 or Test::More, or measuring coverage.

$ npx skills add affaan-m/everything-claude-code
スキルを見る

perl-patterns

230.4kgithub.com

Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications. Use when writing or reviewing modern Perl 5.36+ code.

$ npx skills add affaan-m/everything-claude-code
スキルを見る