Showing 30 of 146054 results
A development conventions skill for the everything-claude-code repository, documenting its JavaScript project structure, conventional commit format, naming conventions, testing patterns, error handling style, and common workflows for adding skills, agents, and commands.
A set of 30 Claude Code skills covering the full academic research paper lifecycle, from literature search and idea generation through experiment design, writing, self-review, and slide generation.
Provides Zustand state management patterns for React including store creation, selectors, middleware, and best practices for scalable client-side state
A skill for building operator-focused monitoring dashboards for platforms like Grafana and SigNoz, structured around real operational questions like health, bottlenecks, and actionable changes rather than vanity metrics.
A Claude Code skill for creating git branches with smart validation, GitHub issue integration, and automatic language convention detection from the project.
A floating macOS desktop overlay for Claude Code with multi-tab sessions, permission approval UI via PreToolUse HTTP hooks, voice input via Whisper, conversation history, and a built-in skills marketplace.
The foundation layer of a React/Next.js motion system that defines shared motion tokens (duration, easing, distance, scale), spring presets, performance rules, device adaptation, accessibility enforcement with reduced motion support, and SSR-safe animation defaults.
Guide for setting up and using Firebase Authentication, covering multiple identity providers (Email/Password, Google, Phone, Anonymous), user management, token handling, and integration with Firebase services.
Salesforce development skills for Claude Code covering Lightning Web Components with PICKLES architecture, wire service patterns, Apex integration, and Jest testing.
A skill for designing and optimizing AI agent action spaces, covering tool definition granularity, observation formatting with structured responses, error recovery contracts, context budgeting strategies, and architecture pattern guidance for ReAct vs function-calling workflows.
Flask API development guidelines from the useful-ai-prompts library of 488+ production-ready AI prompts and skills, covering RESTful API design, authentication, and deployment strategies.
Translates entire PDF/DOCX/EPUB books into another language via Claude Code parallel subagents (8 concurrent by default), each handling one ~6000-char chunk with isolated context. Pipeline uses Calibre `ebook-convert` and Pandoc, validates SHA-256 chunk hashes via `manifest.json`, is resumable, and outputs Markdown plus DOCX/EPUB/PDF/HTML with TOC.
A set of 30 skills for Claude Code covering the full academic research paper lifecycle from literature search to slide generation, with scripts for deep research, data analysis, and self-review workflows.
ECC skill for creating pitch decks, one-pagers, investor memos, and financial models. Part of the business/content skill suite (article-writing, content-engine, market-research, investor-outreach) within the ECC harness-native operator system.
Generates structured narrative text visualizations from data using T8 Syntax, a declarative Markdown-like language under the AntV technology stack. Supports semantic entity annotations, mini inline charts, and LLM-friendly output for creating data interpretation reports, summaries, and structured articles.
React component composition patterns covering compound components, explicit variants, children-over-render-props, context interfaces, and state lifting strategies for clean architecture.
Production-ready animation patterns for React and Next.js using Motion (formerly Framer Motion), covering button feedback, stagger lists, modals, toasts, page transitions, scroll reveals, expanding cards, and shared-element crossfades with accessibility support.
Figma MCP skill that creates a blank design or FigJam file in the user's drafts via the create_new_file tool — resolves planKey via whoami (asks which team if multiple plans), accepts optional fileName and editorType arguments, and returns the file_key for subsequent use_figma calls.
Professional quantitative investment analysis system based on TradingView data providing intelligent stock screening, technical pattern recognition, market review, risk management, and event-driven analysis.
A Claude Code skill inspired by the Royal Navy that provides a six-step operational framework: sailing orders, squadron formation, battle plan, quarterdeck rhythm checkpoints, action stations with risk-tiered verification, and stand-down with captain's log for coordinating complex agent work.
A generative UI framework that lets AI generate dynamic, personalized interfaces from prompts using predefined component catalogs, with support for React, React Native, and Remotion.
ECC skill providing Java Spring Boot patterns and best practices for AI agent-assisted backend development. Part of ECC's comprehensive Java ecosystem coverage including Spring Boot security, TDD, and verification workflows.
Part of ECC's harness-native operator system with 232 production-ready skills for agentic work. Covers engineering, DevOps, security, and operational workflows across Claude Code, Codex, Cursor, OpenCode, Gemini, Zed, GitHub Copilot, and other AI agent harnesses.
Helps developers design, validate, and implement federated GraphQL schemas by providing guidance on creating subgraphs, defining entity keys, and managing schema composition across distributed services.
NVIDIA-verified skill for formulating vehicle routing problems with NVIDIA cuOpt, a GPU-accelerated optimization library supporting VRP, TSP, linear programming, and quadratic programming.
Guides you through building MCP (Model Context Protocol) servers with the Node/TypeScript SDK, covering tool and resource registration, Zod validation, stdio vs Streamable HTTP transports, and debugging common SDK API changes.