SwiftUI
49onmyway133/claude-code-plugins
Skill Claude CodeCodex
SwiftUI patterns, view composition, styling, and reusable UI elements.
268 tagged code, measured the same way as everything else here.
Browse within: antigravity 84obsidian 24devops-tools 23coding 20javascript 18linux 16typescript 16code-quality 15macos 15monaco-editor 15playground 15prettier 15quality 13claude-ai 11
onmyway133/claude-code-plugins
Skill Claude CodeCodex
SwiftUI patterns, view composition, styling, and reusable UI elements.
Skill Claude CodeCodex
A content factory — turns a single source into a full content package in one pass. Takes as input a finished article, a video transcript, OR (if there's only a topic) offers to run deep research and assemble a source itself. Output: a 1500–2500 word article, 10 threads, 5 Reels/Shorts scripts, 5 posts…
Skill Claude CodeCodex
A skill for humanizing Russian-language text. Removes signs of AI generation, makes the text feel alive. ALWAYS use this when the user asks to: humanize a text, remove traces of a neural network, make a text lively/natural, rewrite it like a human, humanize in Russian, remove officialese, remove wateriness/filler…
Skill Claude CodeCodex
Offload an Obsidian hub note that too many notes link to (an in-degree tangle). The main signal of a tangle is a high in-degree (tens to hundreds of incoming links); out-degree is secondary. The skill creates sub-MOCs under the hub's existing categories and redirects incoming links from resource notes to the specific…
florian101010/awesome-agentic-AI-coding-template
Skill Claude CodeCodex
8-phase documentation drift audit across all docs, agent instructions, and config files. Use when checking for documentation drift, stale paths/counts, or inconsistencies between code and docs.
florian101010/awesome-agentic-AI-coding-template
Skill Claude CodeCodex
Use when performing a quality audit, security review, or robustness check of [FILL: main-source-file]. Covers XSS/innerHTML scanning, rule compliance verification, race condition analysis, config schema validation, and documentation drift detection. Produces a severity-classified report (Critical/High/Medium/Low).
florian101010/awesome-agentic-AI-coding-template
Skill Claude CodeCodex
Fully configure this repo for a specific project. Asks 3 targeted questions, reads the codebase, then writes all agent instruction files in place — replacing every [FILL:] marker across all 32 files. Run immediately after cloning the template.
Skill Claude CodeCodex
A language- and domain-agnostic engineering discipline for building non-trivial software that actually survives real use — services, parsers, CLIs, data pipelines, simulators, interactive tools, agents, compilers, anything with state, logic, or behavior beyond a toy. Use this skill WHENEVER a task involves writing or…
Skill Claude CodeCodex
Use after completing any substantive piece of work (code change, analysis, document, configuration, answer to a hard question) and BEFORE presenting it as done. Switches you from author to attacker - you try to refute your own work and only present it if it survives. Do not skip because the work "looks clean"…
Skill Claude CodeCodex
Use when starting work in a LARGE or UNFAMILIAR codebase, when a repo already contains an INDEX.md, or when repeatedly grepping for where something is defined. Generates and consults INDEX.md - a symbol locator (namespaces, types, enums, constructors, functions, methods with parameters, globals/statics, one-line…
Skill Claude CodeCodex
Use whenever persistent agent memory is read, written, or has grown past its budget - the first time memory is consulted in a session, whenever something worth remembering appears, and whenever MEMORY.md or a topic file exceeds its size budget. Implements a two-tier structure (slim MEMORY.md index linking memory-.md…
Skill Claude CodeCodex
Use when improving performance, latency, throughput, memory usage, or general efficiency. Start by defining target metrics, measuring comprehensively, attributing bottlenecks, validating with static analysis, and prioritizing macro-optimizations before micro-optimizations.
Skill Claude CodeCodex
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
outbit/claude-code-tokenbudget
Skill Claude CodeCodex
Snooze the token quota — temporarily adds extra tokens to all limits for today.
outbit/claude-code-tokenbudget
Skill Claude CodeCodex
Show today's Claude Code token usage and quota status.
Skill Claude CodeCodex
Deployment protocol — safe, observable, reversible releases from main to production. Use this skill whenever the user is deploying, releasing, shipping, or pushing to production. Also use when they say 'deploy this', 'ship it', 'push to production', 'release', 'go live', 'pre-deploy check', 'rollback', 'feature…
Skill Claude CodeCodex
Documentation lifecycle protocol — living docs that stay current and traceable. Use this skill whenever the user needs to create, update, or organize project documentation. Also use when they say 'update the docs', 'write documentation', 'update the changelog', 'document this', 'add to the README', 'architecture…
Skill Claude CodeCodex
Security review protocol — systematic checks for common vulnerabilities and security hygiene. Use this skill whenever the user asks about security, wants a security audit, mentions vulnerabilities, OWASP, XSS, SQL injection, authentication issues, or secrets management. Also use when they say 'is this secure', 'check…