nklofy/code-agent-skills

A collection of aswsome skills for code agents

18Stars on the repository
200Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

nklofy/code-agent-skills

Skill Claude CodeCodex

Safe Python Netmiko patterns for read-only collection, bounded batch SSH, TextFSM parsing, guarded config changes, timeouts, and network automation error handling.

not rated 18 +1 2mo ago A 40 tokens original Apache-2.0

nklofy/code-agent-skills

Skill Claude CodeCodex

Diagnostics-only BGP troubleshooting patterns for neighbor state, route exchange, prefix policy, AS path inspection, and safe evidence collection.

not rated 18 +1 2mo ago A 31 tokens original Apache-2.0

nklofy/code-agent-skills

Skill Claude CodeCodex

Pre-deployment checks for router and switch configuration, including dangerous commands, duplicate addresses, subnet overlaps, stale references, management-plane risk, and IOS-style security hygiene.

not rated 18 +1 2mo ago A 37 tokens original Apache-2.0

nklofy/code-agent-skills

Skill Claude CodeCodex

Diagnose interface errors, drops, CRCs, duplex mismatches, flapping, speed negotiation issues, and counter trends on routers, switches, and Linux hosts.

not rated 18 +1 2mo ago A 37 tokens original Apache-2.0

nextjs-turbopack

173

nklofy/code-agent-skills

Skill Claude CodeCodex

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

not rated 18 +1 2mo ago A 39 tokens original Apache-2.0

nodejs-keccak256

174

nklofy/code-agent-skills

Skill Claude CodeCodex

Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, storage slots, and address derivation.

not rated 18 +1 2mo ago A 51 tokens copy · 92% Apache-2.0

nklofy/code-agent-skills

Skill Claude CodeCodex

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

not rated 18 +1 2mo ago A 47 tokens copy · 94% Apache-2.0

nuxt4-patterns

176

nklofy/code-agent-skills

Skill Claude CodeCodex

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

not rated 18 +1 2mo ago A 37 tokens copy · 88% Apache-2.0

nklofy/code-agent-skills

Skill Claude CodeCodex

A character-design workflow for creating a complete persona for an OpenClaw AI agent, including its identity, personality rules, name, and avatar prompt. OpenClaw is the specific agent platform this add-on targets.

not rated 18 +1 2mo ago A 221 tokens copy · 94% Apache-2.0

opensource-pipeline

178

nklofy/code-agent-skills

Skill Claude CodeCodex

Open-source pipeline: fork, sanitize, and package private projects for safe public release. Chains 3 agents (forker, sanitizer, packager). Triggers: '/opensource', 'open source this', 'make this public', 'prepare for open source'.

not rated 18 +1 2mo ago A 56 tokens copy · 94% Apache-2.0

orch-add-feature

179

nklofy/code-agent-skills

Skill Claude CodeCodex

Orchestrate building a brand-new feature end to end — research, plan, TDD implementation, review, and gated commit — by delegating each phase to the matching ECC agent. Use when adding a capability that does not exist yet.

not rated 18 +1 2mo ago A 52 tokens original Apache-2.0

orch-build-mvp

180

nklofy/code-agent-skills

Skill Claude CodeCodex

Orchestrate bootstrapping a working MVP from a design or spec document — ingest the doc, plan thin vertical slices, scaffold the first end-to-end slice, then TDD-implement, review, and gated commit. Use to turn an SDD/PRD into a running starting point.

not rated 18 +1 2mo ago A 65 tokens original Apache-2.0

orch-change-feature

181

nklofy/code-agent-skills

Skill Claude CodeCodex

Orchestrate altering an existing, working feature to new desired behavior — update its tests to the new spec, change the implementation to match, review, and gated commit. Use when behavior is not broken but should be different.

not rated 18 +1 2mo ago A 49 tokens original Apache-2.0

orch-fix-defect

182

nklofy/code-agent-skills

Skill Claude CodeCodex

Orchestrate fixing a bug — reproduce it as a failing regression test, fix to green, review, and gated commit — by delegating each phase to the matching ECC agent. Use when existing behavior is broken or wrong.

not rated 18 +1 2mo ago A 51 tokens original Apache-2.0

orch-pipeline

183

nklofy/code-agent-skills

Skill Claude CodeCodex

Shared orchestration engine for the orch- skill family. Defines the gated Research-Plan-TDD-Review-Commit pipeline, the size classifier, the agent map, and the two human gates that the orch- operation skills delegate to. Not usually invoked directly.

not rated 18 +1 2mo ago A 56 tokens original Apache-2.0

orch-refine-code

184

nklofy/code-agent-skills

Skill Claude CodeCodex

Orchestrate a behavior-preserving refactor — confirm tests are green, restructure without changing behavior, keep tests green, review, and gated commit. Use when the structure should improve but behavior must not change.

not rated 18 +1 2mo ago A 47 tokens original Apache-2.0

nklofy/code-agent-skills

Skill Claude CodeCodex

Use when the user wants a task done much faster through parallel work, concurrent agents, batched tool calls, isolated worktrees, or many independent verification lanes without losing correctness.

not rated 18 +1 2mo ago A 41 tokens original Apache-2.0

perl-patterns

186

nklofy/code-agent-skills

Skill Claude CodeCodex

Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.

not rated 18 +1 2mo ago A 28 tokens copy · 91% Apache-2.0

perl-security

187

nklofy/code-agent-skills

Skill Claude CodeCodex

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

not rated 18 +1 2mo ago B 43 tokens copy · 91% Apache-2.0

perl-testing

188

nklofy/code-agent-skills

Skill Claude CodeCodex

Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.

not rated 18 +1 2mo ago A 35 tokens copy · 95% Apache-2.0

plan-orchestrate

189

nklofy/code-agent-skills

Skill Claude CodeCodex

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…

not rated 18 +1 2mo ago A 75 tokens original Apache-2.0

plankton-code-quality

190

nklofy/code-agent-skills

Skill Claude Code

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

not rated 18 +1 2mo ago A 34 tokens copy · 97% Apache-2.0

postgres-patterns

191

nklofy/code-agent-skills

Skill Claude CodeCodex

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

not rated 18 +1 2mo ago A 28 tokens copy · 83% Apache-2.0

nklofy/code-agent-skills

Skill Claude CodeCodex

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.

not rated 18 +1 2mo ago A 50 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: