developer productivity skills

208 tagged developer productivity, measured the same way as everything else here.

Browse within: claude-ai 61cheetsheet 60context-management 57knowledge-graph 57semantic-search 57code-quality 24auditability 20ci-cd 20engineering-management 20ai-assisted-development 17ai-for-developers 17context-engineering 17coding-assistant 13oh-my-opencode 13

ccs-delegation

01

kaitranntt/ccs

Skill Claude CodeCodex

Auto-activate CCS CLI delegation for deterministic tasks. Parses user input, auto-selects optimal profile (glm/kimi/custom) from /.ccs/config.json, enhances prompts with context, executes via ccs {profile} -p "task" or ccs {profile}:continue, and reports results. Triggers on "use ccs [task]" patterns…

2.8k 5d ago A 102 tokens original MIT

activerecord

02

hoblin/claude-ruby-marketplace

Skill Claude CodeCodex

This skill should be used when the user asks to "write a migration", "add a column", "add column to table", "create an index", "add a foreign key", "set up associations", "fix N+1 queries", "optimize queries", "add validations", "create callbacks", "use eager loading", or mentions ActiveRecord, belongsto, hasmany…

36 22d ago A 180 tokens original MIT

draper-decorators

03

hoblin/claude-ruby-marketplace

Skill Claude CodeCodex

This skill should be used when the user asks to "create a decorator", "write a decorator", "move logic into decorator", "clean logic out of the view", "isn't it decorator logic", "test a decorator", or mentions Draper, keeping views clean, or representation logic in decorators. Should also be used when editing…

36 22d ago A 131 tokens original MIT

rspec

04

hoblin/claude-ruby-marketplace

Skill Claude CodeCodex

This skill should be used when the user asks to "write specs", "create spec", "add RSpec tests", "fix failing spec", or mentions RSpec, describe blocks, it blocks, expect syntax, test doubles, or matchers. Should also be used when editing spec.rb files, working in spec/ directory, planning implementation phases that…

36 22d ago A 125 tokens original MIT

plan-decision

06

juliusz-cwiakalski/agentic-delivery-os

Skill Claude CodeCodex

Interactive decision planning session to prepare canonical context, classification, rigor, and decision rights for /write-decision. Supports all decision types (ADR/PDR/TDR/BDR/ODR).

35 28d ago A 43 tokens original MIT

.claude-plugin

08

rigour-labs/rigour

Skill Claude CodeCodex

Rigour provides meta-cognitive governance tools to ensure AI agents stay aligned with engineering standards, project context, and brand identity during long-running coworking tasks.

26 10d ago A 0 tokens original MIT

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

Draft → generate verification questions → answer independently via tools → revise. Catches hallucinated facts in reports and reviews. MANDATORY for Phase 4 security/test claims. Paper: Dhuliawala et al. 2023.

24 7d ago A 51 tokens original MIT

conflict-detector

10

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

L1-L4 conflict detection between a proposed T4 task and pending-confirm sibling tasks. L1 (file overlap) + L2 (function/region overlap) ship in v3.7.0-beta.2 as deterministic bash. L3 (semantic LLM) + L4 (architectural LLM) are stubbed for v3.7.0-rc.1.

24 7d ago A 84 tokens original MIT

deep-debugging

11

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

Systematic debugging protocol for bugs that resist quick fixes. Use bisection, hypothesis trees, and scientific method when a bug isn't obvious from the stack trace. Goes beyond bugfix-quick for production-grade root cause analysis.

24 7d ago A 49 tokens original MIT

agents-sdk

12

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Build AI agents on Cloudflare Workers using the Agents SDK or build Model Context Protocol (MCP) servers. Load when creating stateful agents, durable workflows, MCP servers, checking MCP schema/error responses, or reviewing MCP code quality. Covers Agent class, state management, callable RPC, Workflows integration…

20 1mo ago A 95 tokens original MIT

github-actions

13

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Master GitHub Actions CI/CD workflows with production-grade security and performance patterns. Use ONLY when explicitly setting up CI/CD pipelines specifically via GitHub Actions, setting up matrix strategies, caching dependencies, managing artifacts, or implementing reusable workflows. For deployment requests, use…

20 1mo ago A 121 tokens original MIT

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Next.js 16 Cache Components guidance. Use when refactoring React Server Components for performance, debugging Partial Prerendering (PPR) issues, or applying the use cache directive, cacheLife, cacheTag, updateTag, and revalidateTag. Also use when deciding whether data should be static, cached, or dynamic, or when…

20 1mo ago A 99 tokens original MIT

implement-minimal

15

olgaiv39/claude-oss-skills

Skill Claude CodeCodex

Implement the smallest complete change that satisfies the current acceptance criteria for a public open-source project. Use when writing or editing code after a plan or a clear acceptance criterion exists. Avoids speculative abstraction, unrelated changes, obvious comments, and unverified validation claims. Keeps the…

12 1mo ago A 63 tokens original MIT

olgaiv39/claude-oss-skills

Skill Claude CodeCodex

Audit an implementation for unnecessary artifacts, test manipulation, hardcoded shortcuts, fake success, bypassed product paths, and unsupported completion claims.

12 1mo ago A 30 tokens original MIT

oss-bootstrap

17

olgaiv39/claude-oss-skills

Skill Claude CodeCodex

Prepare a new public open-source repository, or convert a small existing directory into a clean publishable starting point. Use for an empty or nearly empty repo, a first local commit, or a first remote push. Do not use for routine feature work or releasing an established project. Never commits, creates a remote, or…

12 1mo ago A 71 tokens original MIT

cost-audit

19

berkcangumusisik/claude-code-practices

Skill Claude CodeCodex

Analyzes the current session's token usage, pinpoints where tokens were wasted, and produces concrete optimization actions.

10 4mo ago A 25 tokens original MIT

brag-sheet

21

microsoft/copilot-brag-sheet

Skill Claude CodeCodex

Turns vague "what did I do?" into evidence-backed impact statements for performance reviews, self-reviews, promotion packets, and weekly updates. Uniquely mines Copilot CLI session logs to reconstruct forgotten work, plus git commits and GitHub PRs. Enforces a 3-part impact contract (action → result → evidence). Works…

10 20d ago A 225 tokens copy · 94% MIT

arch-insight

22

LienJack/arch-insight

Skill Claude CodeCodex

Use when systematically studying one or more reference repositories to extract design philosophy, core abstractions, main flows, design tradeoffs, and borrowable patterns.

9 3mo ago A 34 tokens original MIT

forkflux-receiver

23

forkflux/forkflux

Skill Claude CodeCodex

Target-agent workflow for listing role-authorized ForkFlux jobs, atomically claiming work, executing from its packed context, and recording blocked, resumed, or terminal lifecycle states.

6 21d ago A 39 tokens original Apache-2.0

forkflux-sender

24

forkflux/forkflux

Skill Claude CodeCodex

Source-agent workflow for packaging verified context and publishing a role-targeted ForkFlux job with forkfluxcreatejob, plus optional terminal closure for an existing job.

6 21d ago A 36 tokens original Apache-2.0