Compétences de la communauté

Développement et programmation

14501 skills

affaan-m/swift-concurrency-6-2

Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit…

github.com

affaan-m/rust-testing

Rust testing patterns including unit tests, integration tests, async testing, property-based…

github.com

affaan-m/foundation-models-on-device

Apple FoundationModels framework for on-device LLM — text generation, guided generation with…

github.com

affaan-m/swift-protocol-di-testing

Protocol-based dependency injection for testable Swift code — mock file system, network, and…

github.com

affaan-m/plankton-code-quality

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered…

github.com

affaan-m/investor-outreach

Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for…

github.com

affaan-m/regex-vs-llm-structured-text

Decision framework for choosing between regex and LLM when parsing structured text — start with…

github.com

affaan-m/kotlin-coroutines-flows

Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators,…

github.com

affaan-m/codebase-onboarding

Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map,…

github.com

affaan-m/investor-materials

Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial…

github.com

affaan-m/laravel-security

Laravel security best practices — authentication, authorization, Eloquent safety, CSRF, XSS…

github.com

affaan-m/cost-aware-llm-pipeline

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking,…

github.com

affaan-m/django-verification

Verification loop for Django projects: migrations, linting, tests with coverage, security scans,…

github.com

affaan-m/laravel-patterns

Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events,…

github.com

affaan-m/cpp-testing

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing…

github.com

affaan-m/configure-ecc

Interactive installer for Everything Claude Code — guides users through selecting and installing…

github.com

affaan-m/verification-loop

A comprehensive verification system for Claude Code sessions.

github.com

affaan-m/android-clean-architecture

Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure,…

github.com

affaan-m/django-tdd

Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and…

github.com

affaan-m/springboot-tdd

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and…

github.com

affaan-m/e2e-testing

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact…

github.com

affaan-m/clickhouse-io

ClickHouse database patterns, query optimization, analytics, and data engineering best practices…

github.com

affaan-m/eval-harness

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD)…

github.com

affaan-m/continuous-learning

[DEPRECATED - use continuous-learning-v2] Legacy v1 stop-hook skill extractor. v2 is a strict…

github.com

affaan-m/database-migrations

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime…

github.com

affaan-m/cpp-coding-standards

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing,…

github.com

affaan-m/strategic-compact

Suggests manual context compaction at logical intervals to preserve context through task phases…

github.com

affaan-m/springboot-security

Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting,…

github.com

affaan-m/django-security

Django security best practices, authentication, authorization, CSRF protection, SQL injection…

github.com

affaan-m/python-testing

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and…

github.com

affaan-m/java-coding-standards

Java coding standards for Spring Boot and Quarkus services: naming, immutability, Optional usage,…

github.com

affaan-m/python-patterns

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient,…

github.com

affaan-m/golang-testing

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage.…

github.com

affaan-m/coding-standards

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality…

github.com

affaan-m/golang-patterns

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and…

github.com

affaan-m/security-review

Use this skill when adding authentication, handling user input, working with secrets, creating API…

github.com

forrestchang/karpathy-guidelines

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or…

github.com

ollama/ollama

The foundation for local agent deployment, allowing private execution of large language models.

github.com

mattpocock/ask-matt

Ask which skill or flow fits your situation. A router over the skills in this repo.

github.com

mattpocock/codebase-design

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a…

github.com

mattpocock/domain-modeling

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology…

github.com

mattpocock/implement

Implement a piece of work based on a PRD or set of issues.

github.com

mattpocock/resolving-merge-conflicts

Use when you need to resolve an in-progress git merge/rebase conflict.

github.com

mattpocock/writing-beats

Shape an article as a journey of beats, choose-your-own-adventure style. The user picks a starting…

github.com

mattpocock/writing-shape

Take a markdown file of raw material and shape it into an article through a conversational session…

github.com

mattpocock/writing-fragments

Grilling session that mines the user for fragments — heterogeneous nuggets of writing (claims,…

github.com

mattpocock/teach

Teach the user a new skill or concept, within this workspace.

github.com

mattpocock/migrate-to-shoehorn

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions…

github.com

mattpocock/scaffold-exercises

Create exercise directory structures with sections, problems, solutions, and explainers that pass…

github.com

mattpocock/edit-article

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use…

github.com

mattpocock/setup-pre-commit

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current…

github.com

mattpocock/obsidian-vault

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when…

github.com

mattpocock/git-guardrails-claude-code

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D,…

github.com

mattpocock/ubiquitous-language

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging…

github.com

mattpocock/request-refactor-plan

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub…

github.com

mattpocock/caveman

Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and…

github.com

mattpocock/setup-matt-pocock-skills

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary,…

github.com

mattpocock/diagnose

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise →…

github.com

mattpocock/to-issues

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using…

github.com

mattpocock/to-prd

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use…

github.com