framework skills

722 tagged framework, measured the same way as everything else here.

Browse within: chatbot 54admin-panel 52crm 52ai-assistant 47best-practices 41blazing-fast 41compile-time 41kora 41proxy-free 41reflection-free 41coding-standards 39generative-ai 39gemini 38google-antigravity 38

SHAdd0WTAka/Zen-Ai-Pentest

Skill Claude CodeCodex

Module Loop and Iteration Skill for orchestrating multi-phase penetration testing workflows. Use when coordinating sequential tool execution, managing dependencies between reconnaissance and vulnerability scanning modules, implementing adaptive fallback strategies, or managing workflow state across iterations.…

446 +2 21d ago A 85 tokens original MIT

demo

51

chenxin-yan/crust

Skill Claude CodeCodex

Skill "demo" from chenxin-yan/crust, covering demo, how to use this skill and command reference.

403 5d ago A 6 tokens original MIT

funnel-builder

52

chenxin-yan/crust

Skill Claude CodeCodex

Hand-authored skill bundle used by the @crustjs/skills test suite.

403 5d ago A 8 tokens original MIT

tinystruct-patterns

53

tinystruct/tinystruct

Skill Claude CodeCodex

Expert guidance for developing with the tinystruct Java framework. Use when working on the tinystruct codebase or any project built on tinystruct — including creating Application classes, @Action-mapped routes, unit tests, ActionRegistry, HTTP/CLI dual-mode handling, the built-in HTTP server, the event system, JSON…

353 3d ago A 99 tokens original Apache-2.0

cacheplane/dawnai

Skill Claude CodeCodex

How to recover when a tool call fails — diagnose, not blindly retry.

329 4d ago A 15 tokens original MIT

cacheplane/dawnai

Skill Claude CodeCodex

Reminders about how Dawn's workspace tools behave and what the path-jail allows.

329 4d ago A 17 tokens original MIT

dawn

56

cacheplane/dawnai

Skill Claude CodeCodex

Build AI agents and workflows with the Dawn framework — the TypeScript meta-framework for LangGraph. Use when creating, editing, or debugging a Dawn app (routes, tools, state, agents, workflows, testing, deployment).

329 4d ago A 48 tokens original MIT

nuget-update

57

Calabonga/Microservice-Template

Skill Claude CodeCodex

A process for checking and updating NuGet packages, which are reusable .NET software libraries, in selected .NET 10 project templates. It checks stable versions and applies patch and minor updates while treating major updates separately.

286 6d ago A 119 tokens original MIT

create-sunpeak-app

58

Alignbase/sunpeak

Skill Claude CodeCodex

Use when working with sunpeak, or when the user asks to "build an MCP App", "build a ChatGPT App", "add a UI to an MCP tool", "create an interactive resource for Claude Connector or ChatGPT", "build a React UI for an MCP server", or needs guidance on MCP App resources, tool-to-UI data flow, simulation files, host…

214 5d ago A 120 tokens original MIT

test-mcp-server

59

Alignbase/sunpeak

Skill Claude CodeCodex

Use when testing MCP servers -- e2e tests with the sunpeak inspector, visual regression testing, live testing against real ChatGPT, multi-model evals, Playwright configuration, or scaffolding test infrastructure with "sunpeak test init". Works with any MCP server (Python, Go, TypeScript, etc.), not just sunpeak…

214 5d ago A 74 tokens original MIT

solid

60

nank1ro/solid

Skill Claude CodeCodex

PRIORITY — read this skill FIRST before writing Dart code when pubspec.yaml declares solidannotations or solidgenerator. In these projects Flutter conventions are inverted: lib/ is buildrunner output from source/; editing lib/ is destroyed on next build. Without this skill you WRITE TO THE WRONG DIRECTORY and silently…

165 4d ago A 243 tokens original MIT

browser-automation

61

irahardianto/awesome-agv

Skill Claude CodeCodex

Playwright browser automation via MCP. Covers E2E testing, UI review, web scraping, screenshot capture, and general browser interaction. MCP-first — CLI is fallback only.

153 +2 12d ago A 39 tokens original MIT

flutter-idioms

62

irahardianto/awesome-agv

Skill Claude CodeCodex

Flutter Riverpod 3, freezed, gorouter, const widgets, repository pattern.

153 +2 12d ago A 22 tokens original MIT

go-idioms

63

irahardianto/awesome-agv

Skill Claude CodeCodex

Go stdlib, error wrapping, interfaces, goroutines, table-driven tests, gofumpt.

153 +2 12d ago A 25 tokens original MIT

add-export

64

cyanheads/mcp-ts-core

Skill Claude CodeCodex

Add a new subpath export to the @cyanheads/mcp-ts-core package. Use when creating a new public API surface that consumers import from a dedicated subpath (e.g., @cyanheads/mcp-ts-core/newutil).

148 12d ago A 50 tokens original Apache-2.0

add-provider

65

cyanheads/mcp-ts-core

Skill Claude CodeCodex

Add a new storage or service provider to the core package. Use when implementing a new backend for StorageService (e.g., a new database) or a new service provider (e.g., a new LLM backend).

148 12d ago A 47 tokens original Apache-2.0

design-mcp-server

66

cyanheads/mcp-ts-core

Skill Claude CodeCodex

Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.

148 12d ago A 62 tokens copy · 100% Apache-2.0

frontmcp-config

67

agentfront/frontmcp

Skill Claude CodeCodex

Use when configuring a FrontMCP server through frontmcp.config or the @FrontMcp options. Covers auth modes (public, transparent, local, remote), OAuth plus credential vault and secureStore, CORS, HTTP port / entry-path prefix / unix socket, security headers (CSP, HSTS, X-Frame-Options, X-Content-Type-Options), rate…

147 26d ago A 187 tokens original Apache-2.0

dotnet-inspect

68

AgentEvalHQ/AgentEval

Skill Claude CodeCodex

Query .NET APIs across NuGet packages, platform libraries, and local files. Search for types, list API surfaces, compare and diff versions, find extension methods and implementors. Use whenever you need to answer questions about .NET library contents.

138 2d ago A 54 tokens original MIT

expense-report

69

AgentEvalHQ/AgentEval

Skill Claude CodeCodex

Summarizes and validates company expense reports against the corporate travel & meal policy, including per-meal spending caps. Use this skill whenever the user asks about expense-report policy limits, whether a specific expense complies with policy, or asks you to compute the overage amount for a meal expense.

138 2d ago A 61 tokens original MIT

zhinjs/zhin

Skill Claude CodeCodex

Migrate legacy Zhin.js plugins and projects to the convention-based Plugin Runtime — from usePlugin/getPlugin/addCommand/addMiddleware/addComponent/addTool/addCron/declareConfig/useContext and mutable registries to definePlugin + capability directories + Scope/Token resources. Use this whenever a Zhin plugin fails to…

135 5d ago A 178 tokens original MIT

zhin-audit

71

zhinjs/zhin

Skill Claude CodeCodex

Audit Zhin.js monorepo for security vulnerabilities, performance bottlenecks, and architecture issues. Use when asked to "audit code", "check security", "find performance issues", "review architecture", "scan for vulnerabilities", "check memory leaks", or "review code quality".

135 5d ago A 62 tokens original MIT

zhinjs/zhin

Skill Claude CodeCodex

A command-line skill for managing Tencent Channels, QQ-based online communities where members communicate through channels, posts, comments, and private messages.

135 5d ago A 99 tokens original MIT