Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

aiskillstore/marketplace

198 skills5.9k installs79.4k starsGitHub

Install

npx skills add https://github.com/aiskillstore/marketplace

Skills in this repo

1Skill Creatorskill-creator is an Agent Skill from aiskillstore/marketplace for authoring, packaging, and iterating custom Agent Skills defined in SKILL.md format. The skill guides developers through structuring skill metadata, writing instructions agents can follow, and running eval loops to verify capabilities install and behave correctly across Claude Code, Cursor, and Codex. Developers reach for skill-creator when extending agent workflows with reusable domain expertise rather than one-off prompts. The marketplace repo ships under Apache License 2.0, aligning skill distribution with standard open-source licensing practices for agent tooling.899installs2Frontend Designfrontend-design is an agent skill from aiskillstore/marketplace for creating production-grade frontend interfaces with intentional aesthetics instead of generic templates. It walks through design intent, typography pairing, semantic color tokens often using oklch, motion rules that respect prefers-reduced-motion, asymmetric layout composition, fluid typography with clamp, and container-query responsive patterns. The guide warns against overused defaults such as Inter-only stacks and purple-on-white gradients, and emphasizes WCAG AA contrast targets of 4.5:1 for body text. Use frontend-design when you are building components or pages and need cohesive visual direction, not just functional markup, especially before handing UI to implementation agents.248installs3Xlsxxlsx is an aiskillstore/marketplace agent skill for spreadsheet-first tasks where the deliverable must be a workbook file, not a script or HTML report. The SKILL.md supports .xlsx, .xlsm, .csv, and .tsv inputs and outputs, mandating Excel formulas instead of hardcoded Python calculations so models stay recalculable. Developers reach for xlsx when cleaning messy tabular exports, building financial models with industry color conventions, or generating charts and formatted tables via pandas and openpyxl. A required scripts/recalc.py step recalculates formulas through LibreOffice, scans for #REF!, #DIV/0!, #VALUE!, and related errors, and returns JSON error summaries. The workflow distinguishes pandas for bulk analysis from openpyxl for formulas, formatting, and template preservation, with explicit rules for financial model typography, assumption placement, and zero-formula-error delivery.235installs4Pptxpptx is an agent skill for creating, editing, and analyzing Microsoft PowerPoint .pptx presentations from code and markup workflows. For text-only reads, pptx converts decks to markdown via python -m markitdown. For layouts, speaker notes, comments, animations, and design elements, pptx unpacks the OOXML ZIP archive using ooxml/scripts/unpack.py and edits raw XML under ppt/slides, ppt/notesSlides, ppt/slideLayouts, ppt/slideMasters, and ppt/theme. New decks without templates use the html2pptx workflow to convert HTML slides into accurately positioned PowerPoint with web-safe fonts. The skill documents 18 example color palettes, typography extraction from theme1.xml, and design principles for hierarchy and contrast. Reach for pptx when generating technical pitch decks, editing customer demo slides, adding speaker notes, or extracting branding from an existing presentation template.228installs5DocxThe docx skill from aiskillstore/marketplace guides agents to create and edit Microsoft Word .docx files with proper styles, tables, headings, and templates for reports, memos, and client deliverables.223installs6Webapp TestingMarketplace skill for systematic web application testing that guides agents through browser-based UI checks, flow validation, and regression detection before shipping SaaS, extension, or mobile web surfaces.221installs7Agent Developmentagent-development is a end-to-end skill for building capable coding and task agents: goal decomposition, tool selection, prompt structure, guardrails, testing, and rollout. It helps teams ship reliable agent products with clear boundaries, observability, and maintainable skill and MCP integration surfaces.198installs8Doc Coauthoringdoc-coauthoring orchestrates human–agent collaborative writing for specs, reports, and long-form content. It enforces outline approval, iterative section drafting, critique passes, and final polish so teams ship clearer documents faster without sacrificing structure or stakeholder alignment.198installs9Skill Developmentskill-development walks agents through creating production-quality Claude Code skills: naming, description triggers, step workflows, optional scripts, and reference docs. It helps practitioners turn tribal knowledge into reusable packages for teammates or public catalogs, improving consistency across sessions and reducing prompt drift when automating specialized tasks like compliance checks, doc generation, or domain-specific coding standards.196installs10Canvas Designcanvas-design helps agents compose visual layouts on a design canvas: frames, text blocks, icons, gradients, and export-ready graphics aligned to brand rules. It suits founders and developers shipping landing pages, app onboarding art, or marketing kits who need polished visuals with explicit layout control instead of one-off AI images that break consistency across pages.195installs11Algorithmic Artalgorithmic-art guides agents to create generative visuals using algorithms—noise fields, fractals, particle systems, parametric shapes, and palette rules. It targets developers who want distinctive branded graphics without a full design team, especially for content sites, creative SaaS, or experimental UI accents that must be reproducible and tweakable via parameters.190installs12Hook DevelopmentCovers designing and implementing Claude Code hooks: choosing trigger points, writing handlers, configuring activation, and testing event-driven automation so agent sessions enforce standards, enrich context, or run checks without manual prompting.187installs13Command DevelopmentGuides creation of Claude Code slash commands end to end: naming, schemas, prompt bodies, error handling, and marketplace-ready packaging so teams can ship reusable, invocable workflows instead of one-off chat instructions.185installs14Skill InstallerAutomates adding Claude Code skills from the marketplace or repositories: locating packages, copying SKILL.md and bundled references, validating load paths, and confirming agents recognize new instructions so capability rollout is fast and repeatable.185installs15Plugin Structureplugin-structure guides agents through the canonical anatomy of a Claude plugin: root manifest, commands, skills, hooks, assets, and README expectations from the marketplace ecosystem. Use it when starting a new extension so file placement, naming, and packaging match community conventions, making review, distribution, and maintenance easier for agent-first products and internal tooling teams.183installs16Web Artifacts Builderweb-artifacts-developer from aiskillstore/marketplace helps agents assemble standalone web artifacts—HTML, CSS, and JavaScript—for demos, widgets, and interactive previews without requiring a complete application repository.178installs17Mcp Buildermcp-developer guides creation of Model Context Protocol servers that connect agents to real systems. It covers project structure, tool definitions, resource handlers, authentication, local testing, and deployment patterns so assistants gain safe, discoverable integrations beyond built-in capabilities.176installs18Mcp IntegrationSkill for building Model Context Protocol integrations in the aiskillstore marketplace ecosystem—wiring AI agents to external tools via MCP server setup, schema design, authentication flows, and publishable integration packages.173installs19Internal Commsinternal-comms structures how agents write inside-the-company messaging: project recaps, policy changes, hiring news, and incident postmortems for Slack, email, or intranet. It keeps tone professional and scannable for busy teams, reducing time managers spend rewriting rough notes into announcements that build trust during growth, launches, and operational changes.171installs20Theme FactoryHelps agents design and export reusable UI themes: palette and typography scales, corner radii, spacing rhythm, and component variants so SaaS and content sites look intentional, accessible, and consistent across marketing and product surfaces.170installs21PdfTeaches agents to work with PDF files programmatically: open and parse pages, extract text and tables, combine or split documents, and generate polished PDF outputs for business reports, legal packets, and customer-facing attachments.168installs22Writing Hookify RulesExplains how to write Hookify rules for Claude Code: expressive matchers, prioritized rule lists, safe actions on matched events, and testing strategies so teams encode policy, formatting, and workflow nudges as versioned agent configuration.167installs23Plugin Settingsplugin-settings teaches agents how to define, validate, and document configuration for Claude Code plugins: settings.json fields, defaults, secrets, and UX copy for toggles. It helps developers ship reliable extensions where behavior changes per workspace without hard-coding, preventing broken installs and support churn when teams adopt custom agent tools across projects.164installs24Template Skilltemplate-skill in aiskillstore/marketplace provides a starter scaffold for new agent skills—SKILL.md structure, metadata, references, and layout—so authors discover conventions and publish consistent marketplace skills quickly.164installs25Slack Gif CreatorSlack GIF Creator from aiskillstore marketplace helps Claude produce animated GIFs formatted for Slack channels, custom emoji, and reactions—useful for internal comms, onboarding, and lightweight brand moments in chat.139installs26Brand Guidelinesbrand-guidelines marketplace skill codifies identity systems—palette, type, logo rules, voice, and UI constraints—so agents produce consistent branded interfaces, docs, and content aligned to a defined audience from day one.132installs27Claude Opus 4 5 Migrationclaude-opus-4-5-migration provides a structured playbook for moving agents and LLM features to Claude Opus 4.5. It covers capability differences, prompt rewrites, tool-use adjustments, evaluation reruns, and rollout safeguards so production assistants stay reliable after the model swap.124installs28Framer MotionThis skill covers Framer Motion animations for React applications. It provides motion component usage, variants, gestures, page and list transitions, scroll-triggered animations, transition and easing options, reduced-motion handling, and reusable templates. A developer uses it when adding animations to React or Next.js interfaces.15installs29Clean Codeclean-code is a Claude Code skill that applies clean-code principles for TypeScript-first, functional development. It gives concrete before-and-after examples for DRY, KISS, and YAGNI plus a checklist for naming and small single-purpose functions. A developer uses it when writing or reviewing TypeScript to catch duplication, over-engineering, and unclear naming.6installs30Copywritercopywriter is a Claude Code skill that writes high-converting copy for landing pages, emails, and marketing materials. It follows a clear, punchy, benefit-first voice and applies a 'So What?' test to every sentence. A developer or marketer uses it to draft or improve marketing text, generating safe, bold, and direct variations. It includes hero-section and feature-block templates.5installs31Douyin Search KeywordDouyin Search Keyword is an agent skill wired to a Douyin search integration that validates and sanitizes a query, applies sort and time filters, and returns a bounded set of search results for solo builders studying short-video trends in China. Indie creators and marketers shipping cross-border or Douyin-native campaigns install it when they need structured discovery instead of manual scrolling. The workflow enforces keyword length and character rules, normalizes unsafe input, and defaults invalid sort, time, limit, or output options with clear errors. Output formats suit piping into spreadsheets, briefs, or agent follow-ups for scripting and positioning. It matters for Prism’s Grow journey because it turns a platform-specific search chore into a repeatable research step before you commit creative or ad spend.5installs32Frontend Cssfrontend-css is a Claude Code skill that guides writing consistent, maintainable CSS using Tailwind utility classes and design-system tokens. A developer uses it when editing CSS or Tailwind classes in React components (.tsx/.jsx) and needs to minimize custom CSS. It keeps styling consistent across an application and helps with production tree-shaking.5installs33Claude Skillsclaude-skills is a Claude Code meta-skill for turning domain material (docs, APIs, code, specs) into a reusable Skill and refactoring existing Skills. It defines the SKILL.md entrypoint, references and scripts layout, activation rules, and a quality gate with a bundled validator. A skill author uses it to create a new skill from scratch or improve one that misfires or is too long.4installs34Code Reviewcode-review is a Claude Code skill that conducts thorough code reviews of pull requests. It walks through context, high-level design, detailed code checks, security, performance, testing, and documentation. A developer uses it when reviewing a PR, checking code quality, or auditing for security and bugs. It ends by providing constructive, specific feedback.4installs35Backend Testingbackend-testing writes unit, integration and API tests for backend applications. It supports Jest, Pytest and Mocha, and covers test setup, mocking, TDD and coverage thresholds for REST APIs, database operations and business logic. A developer uses it when testing endpoints, auth flows or logic, or building an automated test pipeline.3installs36Ckm Designckm-design is a Claude Code skill for design work spanning brand identity, design tokens, UI styling, logo generation, corporate identity programs, HTML presentations, banners, icons, and social photos. It routes tasks to built-in sub-skills backed by Python scripts and reference guides, and uses Gemini image models to generate logos, mockups, and icons. A designer or developer uses it to produce visual brand and marketing assets.3installs37Code Reviewercode-reviewer is a Claude Code skill that performs comprehensive code reviews of MERN stack projects. It first assesses project health such as build status, docs, and file sizes, then reviews by priority across security, maintainability, performance, testing, and architecture. A developer uses it to review MongoDB, Express, React, and Node.js code before deployment. It outputs a structured report with a deploy verdict.3installs38Code Review Expertcode-review-expert is a Claude Code skill that reviews code and evaluates architecture and quality. It follows a five-phase workflow from an initial structural scan through top-down and multi-perspective review to a prioritized report. A developer uses it to review changes before merge, assess architecture, and audit for security issues. Findings are ranked by a four-level severity scale.3installs39Database Schema DesignThis skill designs and optimizes database schemas for SQL and NoSQL databases. It walks through defining entities and attributes, choosing relationships and a normalization level, and picking an indexing strategy from a domain description. A developer uses it when creating a new database, refactoring a schema, or resolving slow queries.3installs40Machine Learningmachine-learning is a Claude Code skill covering the full machine-learning lifecycle from data preparation to production deployment. A developer uses it for feature engineering, model selection, hyperparameter tuning, evaluation, and MLOps concerns like experiment tracking, model versioning and drift monitoring. It provides algorithm-selection guides, metric tables and serving patterns.3installs41Meituan Couponmeituan-coupon is a Claude Code skill (Chinese-language) that automates claiming Meituan coupons and red packets across delivery, dining, hotel, and other categories. It handles Meituan SMS login, stores tokens locally, runs a coupon-issuing script on each request, and can query a user's historical claim records. The skill enforces strict output-copy rules and a Beijing-time timezone check.3installs42Next Js 16 Launchpadnext-js-16-launchpad is a Claude Code skill for bootstrapping, migrating, and building Next.js 16 apps with the App Router and React 19. It covers Turbopack, Cache Components ('use cache' with cacheLife), the proxy.ts boundary that replaces middleware.ts, server actions, and streaming with Suspense. A developer uses it when starting a new Next.js 16 project or upgrading a v15 codebase.3installs43Performance Optimizationperformance-optimization is a Claude Code skill for improving application speed and scalability. It measures with Lighthouse and web-vitals, then optimizes React rendering (React.memo, useMemo, useCallback), applies lazy loading and code splitting, reduces bundle size via tree shaking and dynamic imports, optimizes images, and fixes slow database queries like the N+1 problem. A developer uses it when page loads are slow, bundles are large, or queries bottleneck.3installs44Ai Social Media Contentai-social-media-content is a skill that creates social media content for TikTok, Instagram, YouTube, and Twitter/X using the inference.sh CLI. A developer or creator uses it to generate videos, reels, thumbnails, captions, and hashtags with models like FLUX, Veo, and Seedance. It includes per-platform format specs and multi-platform repurposing workflows.2installs45Api Documentation Generatorapi-documentation-generator scans a codebase for API route definitions and produces an OpenAPI 3.0 (Swagger) specification from them. It recognizes Express, FastAPI, Flask, NestJS and Rails route patterns, extracts methods, paths, parameters and responses, and writes an openapi.yaml. A developer uses it to create or update API docs without hand-writing the spec.2installs46Apple Ui Designapple-ui-design is a design system skill that applies Apple-inspired minimal UI conventions to interfaces. It provides a typography hierarchy, light/dark color tokens, a 4/8/16/24/48/96px spacing scale, and CSS patterns for cards, pill buttons and subtle animations. A developer uses it when building or reviewing clean, minimal UI and wants Apple-like polish.2installs47Architecture Patternsarchitecture-patterns documents software architecture patterns (Domain-Driven Design, Clean Architecture, Hexagonal Architecture and the Page Object Model) for TypeScript projects. It explains when to use each and how clear layering helps AI generate coherent, maintainable code. A developer uses it to choose and apply an architecture before or during a full-stack build.2installs48Auditaudit performs a systematic read-only review of a codebase to surface quality issues, architectural anti-patterns and technical debt. It reviews files one by one, flags deprecations, TODOs, type issues and code smells, assigns severity, and writes a structured audit report. A developer uses it to find problems before refactoring or shipping, without editing code.2installs49Code Refactoringcode-refactoring is a Claude Code skill that simplifies and refactors code while preserving its behavior. It applies patterns such as Extract Method, removing duplication (DRY), and replacing conditionals with polymorphism (SOLID). A developer uses it when cleaning up complex code, resolving technical debt, or preparing code before adding features. Each step shows a before and after example in TypeScript.2installs50Copywritingcopywriting is a Claude Code skill that writes, rewrites, and improves marketing copy for any page, including homepages, landing pages, pricing, feature, and about pages. It first gathers context on page purpose, audience, offer, and traffic, then writes clear, benefit-driven copy with headline formulas and a page-structure framework. A developer or marketer uses it to produce or rewrite page copy that drives action. It defers line-by-line polish to the copy-editing skill.2installs51File OrganizationThis skill organizes project files and folders for maintainability and scalability. It provides concrete React/Next.js, Node/Express, and feature-based directory structures, naming conventions, barrel-file guidance, and rules like a maximum folder depth. A developer uses it when structuring a new project, refactoring folder structure, or establishing team conventions.2installs52Grill Megrill-me is a Claude Code skill that interviews the user relentlessly about a plan or design until reaching shared understanding. A developer uses it to stress-test a plan by resolving each branch of the decision tree one dependency at a time. It asks questions one at a time and explores the codebase when a question can be answered there.2installs53Gsap Animationsgsap-animations is a Claude Code skill covering GSAP animation best practices for web design. A developer uses it to implement scroll-triggered, staggered, parallax, and hero-timeline animations while keeping them performant and accessible. It stresses animating only transform and opacity, respecting prefers-reduced-motion, and providing responsive, JS-optional fallbacks, including a WordPress enqueue path.2installs54Interaction Designinteraction-design is a Claude Code skill for designing and implementing microinteractions, motion, transitions and user-feedback patterns in web UIs. A developer uses it when adding polish to interactions, building loading and skeleton states, or creating gesture and scroll-triggered animations. It ships concrete Framer Motion and CSS code plus timing and easing guidance.2installs55Jest Testingjest-testing is a Claude Code skill providing Jest expertise for testing React, Node.js and JavaScript or TypeScript applications. A developer uses it for Jest configuration, matchers, mocking strategies, snapshot testing, code coverage and React Testing Library setup. It activates on Jest config or test files and also applies to Vitest due to API compatibility.2installs56Landing Page Designlanding-page-design is a Claude Code skill for building conversion-focused, visually distinctive landing pages. A developer uses it for marketing pages, product launches and SaaS homepages, working through a required Vibe Discovery process that invents a unique color, typography, layout and motion direction rather than reusing presets. It emphasizes anti-AI-slop principles so pages do not look generic.2installs57Meeting Minutes Assistantmeeting-minutes-assistant is a Claude Code skill (Chinese-language) that converts recordings or text records into structured meeting minutes with action items and owner tracking. A user invokes it in conversation to auto-organize meeting notes. The skill card states outputs should be human-reviewed for critical items.2installs58Music Generationmusic-generation is a Claude Code skill for composing original music programmatically with the music21 library and rendering it to downloadable MP3 or WAV files. A developer uses it to generate orchestral and classical pieces via a FluidSynth soundfont pipeline or electronic tracks via real-time synthesis. It bundles scripts for MIDI inventory, transformation, synthesis, and audio-quality validation.2installs59Next Js Patternsnext-js-patterns is a Claude Code skill documenting Next.js 15 App Router conventions and patterns. It covers page and layout locations, the client-versus-server component boundary, navigation with next/link and useRouter, data fetching in server and client components, next/font optimization, and metadata for SEO. A developer uses it to keep an agent aligned with a project's Next.js conventions while building UI.2installs60Pr Template Generatorpr-template-generator is a Claude Code skill that writes pull request descriptions to help reviewers understand changes quickly. It analyzes the git diff and commit history to detect change type, scope, and breaking changes, then produces a titled summary with motivation, technical details, testing strategy, checklists, and metadata. A developer uses it when opening a PR to standardize descriptions and speed up review.2installs61Python Cli Patternspython-cli-patterns is a Claude Code skill for building Python command-line applications with Typer and Rich. It covers basic Typer apps, command groups, arguments and options, Rich table and progress output, and CLI error handling, with a bundled full CLI template and reference files. A developer uses it when writing a terminal application in Python.2installs62Python Style GuideThis skill provides Python coding guidelines based on Google's Python Style Guide. It covers language rules like imports, exceptions and type annotations, plus style rules for naming, formatting, and docstrings. A developer uses it when writing new Python code or reviewing existing code for style consistency.2installs63ReadmeThis skill generates a thorough README.md for a project after exploring the codebase. It documents local development setup, how the system works, and production deployment, and it detects the deployment target from config files like Dockerfile, vercel.json, or fly.toml. A developer uses it when creating or updating project documentation.2installs64Skill Vetterskill-vetter is a security-vetting checklist run before installing a Claude/OpenClaw skill from ClawHub, GitHub, or other sources. It checks metadata, analyzes requested permission scope, scans the SKILL.md body for red flags like credential-file references and obfuscated content, and detects typosquatted names. It produces a SAFE / WARNING / DANGER / BLOCK verdict to decide whether to install.2installs65Sqlalchemy 2 0sqlalchemy-2-0 is a reference skill for building database backends with the SQLAlchemy 2.0+ async ORM. It provides patterns for type-safe models using Mapped annotations, async CRUD operations, one-to-many and many-to-many relationships, eager relationship loading, and pagination. A developer uses it when building an API or data service with async database access in Python.2installs66Ui Ux Polishui-ux-polish is an iterative UI/UX polishing workflow for web applications that already work and look decent. It supplies an exact prompt run repeatedly, each pass making small compounding visual improvements to spacing, typography, states, and interactions, with desktop and mobile optimized separately. Developers use it to elevate a working app from decent to highly refined.2installs67Unreal Engine Developerunreal-engine-developer enables agentic game development in Unreal Engine 5. It documents how to control the Unreal Editor through MCP servers, Python remote-execution scripting, Blueprint node graphs, and C++, covering level design, asset management, gameplay programming, and technical art. A developer uses it to drive Unreal Editor tasks like spawning actors, importing assets, and building levels via an AI agent.2installs68Vue Best Practicesvue-best-practices is a rules-based reference for correct Vue 3 and TypeScript typing patterns when writing, reviewing, or refactoring Vue components. A developer uses it for issues like extracting component prop types, typing fallthrough attributes, enabling strict template checking, or fixing Volar and module-resolution errors. It maps common Vue typing keywords to specific rule files.2installs69Web Accessibilityweb-accessibility audits web pages against WCAG 2.1/2.2 standards and suggests concrete remediations. A developer uses it to run accessibility audits, validate keyboard navigation and screen-reader compatibility, check color contrast ratios, and fix form-label and alt-text issues. It reports findings by WCAG level with before/after HTML examples.2installs70Adaptadapt is a Claude Code skill that rethinks a design for a different context such as screen size, device, or platform. It assesses the source and target context, then applies context-specific layout, interaction, content, and navigation strategies for mobile, tablet, desktop, print, and email. Developers use it when a design built for one context needs to work well in another.1installs71Ad Creativead-creative is a Claude Code skill that generates and iterates ad copy for paid advertising platforms. It gathers platform, product, audience, and performance context, defines distinct angles, writes headlines and descriptions within each platform's character limits, and can iterate on performance data to scale winning variations. Marketers and developers use it to produce ad creative at scale for Google, Meta, LinkedIn, TikTok, and X.1installs72Agent Browseragent-browser is a command-line headless browser that AI agents drive to open pages, click, type, snapshot, and extract structured data. A developer uses it when an agent needs to automate web interactions, fill forms, or test a web UI from the terminal. It exposes a snapshot-then-act loop with stable element refs and JSON output for machine parsing.1installs73Agentic Trustagentic-trust is a skill that lets an AI agent search the Agentic Trust catalog, inspect a service's trust evidence, load the active questionnaire, and submit a structured post-task review. A developer uses it so an agent can rate execution services deterministically after completing real tasks. It keeps a local review memory so an agent's scores stay consistent across sessions.1installs74Agent Memoryagent-memory is a skill that gives an agent a persistent memory space stored as markdown files under .claude/skills/agent-memory/memories/. A developer uses it so an agent can save findings, patterns, and decisions and recall them in later conversations. Memories carry summary frontmatter and are searched summary-first with ripgrep.1installs75Aipptaippt is a skill that generates PowerPoint decks by using a template image to constrain style, swapping content via prompts, AI-generating each slide image, and packing the results into a .pptx. A developer uses it to batch-produce multi-page presentations that keep a consistent look but different content. It calls an image-generation API and ships a Node packer script. The documentation is written in Chinese.1installs76Ai Seoai-seo is a skill for optimizing content so it gets cited by AI search engines like Google AI Overviews, ChatGPT, Perplexity, Claude, and Gemini. A developer uses it to audit current AI visibility, restructure pages into extractable answer blocks, and check that AI crawlers are allowed. It covers per-platform ranking factors and reusable AEO and GEO content patterns.1installs77Alphafold Databasealphafold-database is a skill for accessing AlphaFold's predicted protein structures programmatically. A developer or computational biologist uses it to retrieve structures by UniProt ID, download PDB and mmCIF files, and analyze confidence metrics like pLDDT and PAE. It shows Biopython and direct REST API patterns and covers bulk proteome downloads.1installs78Analyzing Component Qualityanalyzing-component-quality is a skill that evaluates the quality of Claude Code components such as agents, skills, commands, and hooks. A developer uses it to score description clarity, tool permissions, auto-invoke triggers, security, and usability, assuming the component is already technically valid. It outputs quality scores, categorized issues, and concrete improvement suggestions.1installs79Angular Cdk Integrationangular-cdk-integration is a skill for creating components with Angular CDK utilities like drag-and-drop, overlay, portal, virtual scrolling, accessibility, and clipboard. A developer uses it when implementing CDK-based UI features in a standalone Angular component. It provides ready TypeScript templates for each CDK module.1installs80Angular Componentangular-component is a skill for creating modern Angular v20+ standalone components following current best practices. A developer uses it to build UI components with signal-based inputs and outputs, OnPush change detection, host bindings, and content projection. It also enforces accessibility requirements like WCAG AA and keyboard support.1installs81Anndataanndata is a skill for working with annotated data matrices in Python, particularly for single-cell genomics. A developer uses it to create, read, and write AnnData objects, manage observation and variable metadata, and handle large datasets with backed mode and sparse matrices. It covers I/O across formats, concatenation, and integration with the scverse ecosystem.1installs82Antipattern Catalogantipattern-catalog is a skill for documenting technical debt and anti-patterns observed while analyzing code or frameworks. A developer uses it to categorize code smells, assess severity, and generate remediation suggestions and a 'Do Not Repeat' checklist. It provides tables of common anti-patterns with symptoms, examples, and fixes.1installs83Applying Brand Guidelinesapplying-brand-guidelines enforces a corporate brand's colors, fonts, layouts and tone across generated documents. It defines formatting standards for PowerPoint, Excel and PDF, plus content and tone-of-voice rules, and includes scripts to apply and validate branding. A developer uses it when producing on-brand business documents.1installs84App Store Optimizationapp-store-optimization is an ASO toolkit for launching and optimizing mobile apps on the Apple App Store and Google Play. It covers keyword research, competitor analysis, metadata and title optimization, review sentiment analysis, A/B test planning and an ASO health score. Developers use it to improve app discoverability and install conversion.1installs85Atxpatxp is a skill that accesses ATXP's paid API tools for real-time web search and AI-generated media. It exposes CLI commands for web search, image, music and video generation, and X/Twitter search, backed by ATXP MCP servers. A developer uses it when an agent needs live search or generated media and has authenticated with npx atxp login.1installs86Azure Postgresazure-postgres configures Azure Database for PostgreSQL Flexible Server and its passwordless authentication with Microsoft Entra ID. It sets up developer access, managed identities for apps, group-based permissions, and migration from password to Entra ID auth. A developer uses it when provisioning or securing an Azure-hosted PostgreSQL database.1installs87Better Auth Best Practicesbetter-auth-best-practices guides configuring the Better Auth TypeScript authentication library. It covers server and client setup, database adapters, session management, plugins, email flows, security options and environment variables, plus common gotchas. A developer uses it when adding email/password or OAuth authentication to a TypeScript app.1installs88Binary Analysisbinary-analysis inspects binary files (exe, dll, sys, bin and similar) to assess whether they are malicious. It uses remote Ghidra and sandbox tools to decompile, extract strings, imports and exports, and identify malware capabilities, then produces a threat assessment report. Analysts use it to investigate suspicious executables without running them locally.1installs89Binary Rebinary-re is a reverse engineering skill for understanding what binaries, executables and bytecode do. It provides a hypothesis-driven methodology and routes to sub-skills for triage, static analysis, dynamic analysis, synthesis and tool setup, using tools like radare2, Ghidra, GDB, QEMU and Frida. Analysts use it to disassemble, decompile and document unknown binaries.1installs90Browser Extension Developerbrowser-extension-developer is a Claude Code skill for building and maintaining a cross-browser extension with the WXT framework and Manifest V3. It covers Chrome, Firefox, and Edge compatibility, content and background scripts, and i18n updates. A developer uses it when editing extension code that injects a button into GitHub repository pages.1installs91Bruno Apibruno-api is a Claude Code skill that generates API endpoint documentation from Bruno (.bru) files. It maps each request to its Django REST Framework or Django Ninja implementation and documents auth, permissions, multi-tenant filtering, and request/response schemas with line-numbered code references. A developer uses it to document single endpoints or scan a directory of .bru files.1installs92Building Chat Interfacesbuilding-chat-interfaces is a Claude Code skill for building AI chat interfaces with custom backends, authentication, and context injection. It covers OpenAI ChatKit patterns (ChatKitServer, useChatKit), a React frontend with a custom fetch interceptor, JWT/JWKS auth, and database persistence. A developer uses it when wiring a chat UI to a custom agent and injecting user and page context.1installs93Building Nextjs Appsbuilding-nextjs-apps is a Claude Code skill for building Next.js 16 applications with correct App Router patterns. It covers the breaking changes from Next.js 15 (async params and searchParams, the use() hook, proxy.ts replacing middleware), Server Actions, API routes, and data fetching. A developer uses it when creating pages, layouts, and dynamic routes or upgrading from Next.js 15.1installs94Canton Network Reposcanton-network-repos is a Claude Code skill that documents the Canton Network open-source ecosystem: the DAML SDK, the Canton runtime, and Splice applications. It maps the repository hierarchy, version compatibility, enterprise vs community differences, and build processes. A developer uses it when working with DAML smart contracts, debugging LF version or package ID mismatches, or building Canton participants and Splice applications.1installs95Ceo Advisorceo-advisor is a Claude Code skill that provides executive leadership frameworks for strategic decision-making, organizational development, and stakeholder management. It bundles a strategy analyzer and a financial scenario analyzer plus reference frameworks for board governance, investor relations, and culture building. A user invokes it when planning strategy, preparing board presentations, or managing investors.1installs96Clinical Reportsclinical-reports is a Claude Code skill for writing clinical reports, including case reports under CARE guidelines, radiology/pathology/lab diagnostic reports, clinical-trial reports (ICH-E3, SAE, CSR), and patient documentation such as SOAP and H&P notes. It bundles report templates, regulatory-compliance references (HIPAA, FDA, ICH-GCP), and Python validation and de-identification scripts. A user invokes it to draft and validate compliant healthcare documentation.1installs97Codebase Explorercodebase-explorer is a Claude Code skill for exploring and documenting the Empathy Ledger codebase: its database schema, data flows, service layer, API routes, type definitions, and multi-tenant architecture. It provides quick-reference tables of files and exploration commands. A developer uses it to answer where something lives or how one part of the system connects to another.1installs98Code Example Generatorcode-example-generator is a Claude Code skill for generating code examples for educational content, tutorials, and documentation. It applies a spec-first, show-then-explain, one-concept-per-example approach and favors production-relevant patterns over toy examples, with a requirement that examples be runnable and tested. A developer or educator uses it to create teaching examples that activate understanding rather than just show syntax.1installs99Code Explainercode-explainer is a Claude Code skill that explains complex code to team members in plain language. It analyzes a code section's purpose, algorithms, and dependencies, then produces a high-level overview or a step-by-step walkthrough. A developer uses it during onboarding or knowledge sharing to make unfamiliar code understandable. It tailors the explanation to the reader, from junior developers to non-technical stakeholders.1installs100Code Review Standardscode-review-standards is a Claude Code skill that defines a code-review framework and criteria. It provides a four-level severity classification and checklists for correctness, security, TypeScript quality, testing, performance, code quality, and architecture. A developer uses it to review pull requests or establish consistent review standards. It aggregates criteria and references companion skills such as security-sentinel.1installs101Code To Musiccode-to-music is a Claude Code skill that composes music with code and outputs a downloadable MP3 file. It writes custom code using the music21 library to generate melodies algorithmically rather than replaying hardcoded sequences. A developer uses it to create original compositions across electronic or acoustic styles. It offers an electronic synthesis pipeline and a traditional soundfont pipeline and explicitly excludes vocal music, mixing, and mastering.1installs102Content Evaluation Frameworkcontent-evaluation-framework is a Claude Code skill that evaluates the quality of educational content such as book chapters and lessons. It applies a weighted six-category rubric covering technical accuracy, pedagogy, writing quality, structure, AI-first teaching, and a constitution-compliance gate. A developer or author uses it during drafting or before a validation phase to score content and decide if it can proceed. It produces a tiered assessment from Excellent to Insufficient.1installs103Copy Editingcopy-editing is a Claude Code skill that edits, reviews, and improves existing marketing copy. It runs seven sequential passes, each focused on a single dimension such as clarity, voice and tone, benefits, proof, and specificity. A developer or marketer uses it to polish and proofread copy without rewriting the core message. It flags issues and recommends specific edits per sweep.1installs104Crawl4aicrawl4ai is a Claude Code skill for scraping websites, extracting structured data, and building automated web data pipelines. It supports both a CLI and a Python SDK, generates clean markdown from pages, and handles JavaScript-heavy sites. A developer uses it to crawl multiple URLs and extract data, either with LLM-free schema-based CSS extraction or LLM-based extraction. It returns markdown, HTML, links, media, and structured content per crawl.1installs105Create Svg From PromptThis skill generates an SVG of a requested image or scene. It calls the Google Gemini image model to render a raster image, then runs autotrace to convert that image into an SVG file. A developer reaches for it when they need vector art from a natural-language description inside an agent workflow.1installs106Desmos GraphingThis skill creates interactive Desmos graphs in Obsidian using desmos-graph code blocks. It explains the plugin's dual parser (mathjs in settings, Desmos LaTeX in equations, plain math in restrictions), the code block format, styling pipes, and supported equation types. A developer or note-taker uses it to visualize functions, curves, and inequalities inside Obsidian notes.1installs107Devops DeploymentThis skill provides frameworks for CI/CD pipelines, containerization, deployment strategies, and infrastructure automation. It covers pipeline stages, container best practices, Kubernetes manifests, deployment strategies, Terraform, and GitOps with ArgoCD, plus a deployment checklist. A developer uses it when setting up pipelines, containerizing apps, or deploying to Kubernetes and cloud platforms.1installs108Documentation GeneratorThis skill auto-generates code documentation such as JSDoc, docstrings, README files, and API reference. It analyzes function signatures, parameters, return values, and exceptions, then emits documentation in the right format for the language. A developer uses it to document undocumented code or produce a project README.1installs109ExplorerThis skill defines a read-only code-explorer subagent for fast discovery in large codebases. It locates relevant files, symbols, and definitions, returns concise summaries with precise file references, and suggests next files to inspect. A developer uses it to quickly find code without deep analysis or edits.1installs110Fetch UrlThis skill renders a web page URL, strips noise, and extracts the main content as Markdown (default) or other formats and raw HTML to reduce tokens. It runs a bundled Python script over http/https URLs, auto-detecting a local Chromium browser via Playwright. A developer uses it to feed clean page content into an agent instead of raw HTML.1installs111Freshservice AutomationThis skill automates Freshservice IT Service Management tasks through the Rube MCP (Composio) Freshservice toolkit. It documents tool sequences for listing and searching tickets, creating tickets, bulk updates, outbound-email tickets, and service requests, with required parameters and pitfalls. A developer uses it to script Freshservice ticket operations from an agent.1installs112Frontend AccessibilityThis skill guides implementing accessible user interfaces with semantic HTML, keyboard navigation, sufficient color contrast, screen-reader support, ARIA attributes, and focus management. It lists when to apply accessibility work and points to a bundled accessibility standards file. A developer uses it when building or editing React components, forms, and interactive elements.1installs113Frontend ComponentsThis skill guides building reusable, composable UI components with single responsibilities, clear prop interfaces, proper state management, and minimal coupling. It applies when designing component APIs, composing components, managing local state, building shadcn/ui components, or refactoring large components. A developer uses it when creating or editing React components.1installs114Git Advanced Workflowsgit-advanced-workflows is a Claude Code skill covering advanced Git techniques: interactive rebase, cherry-picking, bisect, worktrees, and reflog. A developer uses it to clean commit history before a PR, find the commit that introduced a bug, work on multiple branches at once, or recover lost commits. It gives concrete command sequences for each situation.1installs115Git Protocolgit-protocol is a Claude Code skill for implementing Git-compatible repository operations in Rust using the gitoxide (gix) crate family. A developer uses it when building a Git server or service that must open repositories, read and write objects and commits, serve the Smart HTTP protocol, and manage references. It provides Rust code patterns for packfile generation and atomic ref updates.1installs116Git Submodulegit-submodule is a Claude Code skill for managing Git submodules that include external repositories within a main repository. A developer uses it to add and lock external libraries to a specific version, clone repos with submodules, update or remove submodules, and handle submodules in CI/CD. It provides explicit command examples for each operation.1installs117Google Official Seo Guidegoogle-official-seo-guide is a Claude Code skill that assists with Google Search optimization based on official Google documentation. A developer uses it to fix crawling or indexing issues, add schema.org structured data, write crawlable links and anchor text, and interpret Search Console reports. Its references bundle Google docs across crawling, indexing, appearance, and spam policies.1installs118Graphite Cligraphite-cli is a Claude Code skill providing procedural knowledge for the Graphite CLI (gt) and stacked pull requests. A developer uses it to create and submit stacks of dependent branches, amend and update PRs, sync a stack onto the trunk, and restructure stacks. It maps gt commands to their aliases and the underlying git operations they replace.1installs119Grasshopper Workflowgrasshopper-workflow is a Claude Code skill that automates parametric modeling in Grasshopper through an MCP server. A developer uses it to create and connect components, set number-slider and vector parameters, group components, and run a full modeling flow from MMD files. It parses component_info.mmd and part_info.mmd, generates placement_info.json, and executes the build via Python scripts.1installs120Gws Calendargws-calendar is a Claude Code skill that manages Google Calendar calendars and events through the gws command-line tool. A developer uses it to insert, list, patch, and move events, query free/busy, and manage access-control rules against the Calendar v3 API. It documents the resources and methods and points to gws schema for building the required params.1installs121Gws Docsgws-docs is a Claude Code skill that reads and writes Google Docs through the gws command-line tool. A developer uses it to create blank documents, get the latest version, and apply batchUpdate edits against the Docs v1 API. It documents the documents resource methods and points to gws schema for building params.1installs122Implement Designimplement-design is a Claude Code skill that translates Figma designs into production-ready code with 1:1 visual fidelity. A developer uses it when building UI from a Figma URL or a selected node, requiring the Figma MCP server. It follows a fixed 7-step workflow that fetches design context and a screenshot, downloads assets, translates output to the project's conventions, and validates against Figma.1installs123Impressimpress is a Claude Code skill for creating, editing and converting presentations in the OpenDocument (ODP) format using LibreOffice Impress. A developer uses it to generate slides from templates, batch-convert between ODP, PPTX and PDF, and automate slide workflows from the command line or Python UNO. It matters when presentation output needs to be scripted rather than made by hand.1installs124Improve Skillimprove-skill is a Claude Code skill that analyzes coding-agent session transcripts to improve existing skills or extract new ones. A developer runs its extract-session script to pull the current session from Claude Code, Pi or Codex, then feeds the transcript into a generated prompt that revises the skill in a clean session. It matters for iterating on skills based on where they actually broke down in use.1installs125Internationalization Helperinternationalization-helper is a Claude Code skill for adding and managing internationalization (i18n) and localization in multi-language apps. A developer uses it to find hardcoded strings, extract them into translation files, detect the i18n framework, and check for missing translations across locales. It also covers pluralization, locale-aware date/number formatting and RTL support.1installs126Laravel Specialistlaravel-specialist is a Claude Code skill for building Laravel 10+ applications with PHP 8.2+. A developer uses it for Eloquent models and relationships, RESTful APIs with API resources, queue systems with Horizon, Livewire interfaces and Sanctum authentication. It enforces patterns like avoiding N+1 queries, keeping business logic out of controllers, and writing tests with Pest or PHPUnit.1installs127Large Report Editorlarge-report-editor is a Claude Code skill for editing and compiling very large Markdown research reports. A developer uses it when reports are too big to edit safely in one pass, applying surgical patches guided by a structure JSON and following legal-grade citation rules. It requires citing every new statement with a StableID and page anchor and taking backups before major edits.1installs128Lark Doclark-doc is a Claude Code skill for creating and editing Feishu (Lark) cloud documents through the lark-cli command-line tool. A developer uses it to create docs from Markdown, fetch and update content, insert and download images, and search cloud-space objects like docs, wikis and spreadsheets. It handles Lark's document token formats, including resolving Wiki tokens to real object tokens.1installs129Makepad Evolutionmakepad-evolution is a Claude Code skill that lets a set of makepad-skills self-improve during Makepad (Rust UI framework) development. A developer relies on it to accumulate new patterns, auto-fix skill-suggested code that fails, validate accuracy, track pattern health, and adapt to the project's Makepad branch and style. New knowledge is contributed back to the target skill files via Git.1installs130Managing Branchesmanaging-branches is a Claude Code skill that investigates and creates Git branches. A developer uses it to check branch status (current branch, uncommitted changes, remote sync, commits ahead of main), create a new branch from a base, and handle common branch errors and merge conflicts. It runs standard git commands and reports the results.1installs131Managing Commitsmanaging-commits is a Claude Code skill for writing and reviewing git commit messages in the Conventional Commits format. A developer uses it to generate structured messages from staged changes, analyze commit history for quality issues, and auto-reference GitHub issues. It bundles Python scripts for commit analysis, file grouping, and issue caching.1installs132Meeting Insights Analyzermeeting-insights-analyzer is a Claude Code skill that reviews meeting transcripts to surface communication and leadership patterns. A user points it at a folder of transcripts and it identifies behaviors like conflict avoidance, filler words, and speaking ratios, then returns timestamped examples and coaching feedback. It can compare patterns across multiple meetings to track improvement over time.1installs133Memory Bankmemory-bank is a Claude Code skill that keeps a structured set of Markdown files in a memory-bank/ folder so project context survives between sessions. A developer uses it to record project brief, product context, architecture patterns, tech stack, and progress, then reads them at the start of each task. It includes templates for all six core files.1installs134Memory Managementmemory-management is a Claude Code skill that defines patterns for intentionally capturing and reusing context, decisions, and user preferences across sessions. A developer uses it to decide what an agent should persist (preferences, architectural decisions, correction patterns, project knowledge), where to store it, and when to refresh it. It stresses transparency and never storing sensitive data.1installs135Microsoft Graph Apimicrosoft-graph-api is a Claude Code skill that reads and sends Outlook/Microsoft 365 email and manages calendar events through the Microsoft Graph API. A developer or user runs bundled Bun TypeScript scripts to list, read, search, and send emails and to view, search, and create calendar events. It handles OAuth device-code authentication automatically with token refresh and supports multiple account profiles.1installs136Monorepo Managementmonorepo-management is a Claude Code skill for building and maintaining monorepos with Turborepo, Nx, and pnpm workspaces. A developer uses it to set up workspace structure, configure build pipelines and caching, manage shared dependencies with workspace filters, and wire CI/CD for multi-package repos. It provides concrete config examples for turbo.json, nx.json, and pnpm-workspace.yaml.1installs137Multi Agent Analysismulti-agent-analysis is a Claude Code skill that analyzes how multi-agent systems coordinate. A developer uses it to identify the coordination model, document how control transfers between agents, classify shared versus isolated state, and trace communication protocols. It includes Python examples of supervisor, peer-to-peer, pipeline, and market-based coordination.1installs138Nano Image Generatornano-image-generator is a Claude Code skill that generates images using Nano Banana Pro (Gemini 3 Pro Preview). A developer uses it to create app icons, logos, UI graphics, marketing banners, and illustrations from text prompts, optionally passing reference images for style transfer or character consistency. It runs via a single generate_image.py script with aspect-ratio and resolution options and needs a Gemini API key.1installs139Neon Postgresneon-postgres is a Claude Code skill for working with Neon serverless PostgreSQL. A developer uses it to set up connections with the @neondatabase/serverless driver (HTTP for edge/one-shot queries, WebSocket for pooled transactions), integrate Drizzle ORM, and use Neon branching for preview databases. It includes examples for Next.js, edge functions, migrations, and PR-based branch workflows.1installs140Neovim Debuggingneovim-debugging is a Claude Code skill for diagnosing Neovim and LazyVim configuration problems. It forms hypotheses about a symptom (Lua errors, broken keymaps, plugins not loading, slow startup, UI issues) and tests them with headless nvim commands and file inspection before asking the user. A developer uses it when a Neovim config breaks and they want systematic root-cause analysis rather than trial and error.1installs141Nodejs Backend Patternsnodejs-backend-patterns is a Claude Code skill for building production Node.js backend services. It covers Express and Fastify middleware patterns, error handling, authentication and authorization, SQL and NoSQL database integration, REST and GraphQL API design, WebSockets, and background job processing. A developer uses it when creating Node.js servers, REST APIs, or microservices.1installs142One Drive Automationone-drive-automation is a Claude Code skill that automates Microsoft OneDrive file operations through the Rube MCP (Composio) OneDrive toolkit. It covers searching and browsing files, uploading and downloading, folder management, sharing links, and permission management, with documented tool sequences, parameters, and pitfalls for each workflow. A developer uses it to script OneDrive tasks from an agent after connecting Rube MCP.1installs143Openclaw Secure Linux Cloudopenclaw-secure-linux-cloud is a Claude Code skill for securely self-hosting OpenClaw on a Linux cloud server. It defaults to a private control plane: harden the host, run under rootless Podman, bind the gateway to loopback, reach the Control UI through an SSH tunnel, and keep token auth, pairing, and sandboxing on. A developer uses it when deploying or hardening a remote OpenClaw gateway and choosing between SSH tunneling, Tailscale, or a reverse proxy.1installs144Opencontextopencontext is a Claude Code skill that gives AI agents persistent memory using the OpenContext store. It documents the load-context, do-work, store-conclusions loop, the oc CLI for folders and documents, keyword/vector/hybrid search, MCP tools, and a multi-agent workflow across Claude, Gemini, and Codex. A developer uses it to stop re-explaining project background and to share conclusions across agents and sessions.1installs145Packmolpackmol is a Claude Code skill for building initial configurations for molecular dynamics simulations using Packmol. It generates Packmol input files that pack molecules into boxes, spheres, cylinders and ellipsoids, solvate proteins with water and ions, and build liquid-liquid interfaces without atom overlaps. A computational chemist uses it to set up MD starting structures from a natural-language request.1installs146Pdf Analyzepdf-analyze is a Claude Code skill for programmatic PDF processing. It extracts text and tables with pypdf and pdfplumber, creates PDFs with reportlab, merges and splits documents, and fills PDF forms, backed by CLI tools like pdftotext and qpdf. A developer uses it when Claude needs to fill a PDF form or process, generate, or analyze PDF documents at scale.1installs147Pentest Metasploitpentest-metasploit is a Claude Code skill for authorized penetration testing with the Metasploit Framework. It provides structured workflows for authorization verification, workspace and target enumeration, exploit selection and configuration, exploitation, and post-exploitation, aligned to MITRE ATT&CK, OWASP, and PTES. A red-team or security engineer uses it to validate vulnerabilities and demonstrate exploit impact in authorized, scoped assessments.1installs148Performing Orthonotone Polychoral Instrumentperforming-orthonotone-polychoral-instrument is a Claude Code skill for launching, playing, and capturing performances with the Orthonotone polychoral instrument MVP, a WebAudio browser app. It guides serving the project, warming the audio graph, using quick scenes and snapshots, gestural and MIDI control, tempo sync, and recording takes. A creator uses it to generate music, soundscapes, or live demos from this repository.1installs149Pexoai Agentpexoai-agent is a Claude Code skill that turns natural-language requests into finished AI videos by relaying them to the Pexo backend over its API. It handles the full pipeline from script to shot generation, music, subtitles, lip sync, and final assembly, and auto-selects a video model per shot. A developer uses it to produce product ads, TikTok clips, Reels, YouTube Shorts, or explainer videos without writing prompts or editing video.1installs150Picocompicocom is a Claude Code skill for interacting with IoT and embedded device UART serial consoles during security and penetration testing. It drives a bundled Python serial helper to run commands over /dev/ttyUSB* ports, log all I/O, and passively monitor boot logs. A developer or security tester uses it for device enumeration, bootloader interaction, vulnerability discovery, and gaining shell access on embedded hardware.1installs151Plannotatorplannotator is a Claude Code skill that opens a visual browser UI to review and annotate an AI coding agent's plans and diffs. A developer marks up a plan with delete, insert, replace, or comment actions before implementation begins, then approves or sends structured change requests back to the agent. It also reviews git diffs after coding and can auto-save approved plans to Obsidian or Bear Notes.1installs152Postgres Performancepostgres-performance is a Claude Code skill with PostgreSQL patterns for optimizing queries, designing for scale, and debugging performance issues. It walks through identifying slow queries with pg_stat_statements, reading EXPLAIN plans, and fixing them with the right indexes. A developer uses it to apply covering indexes, keyset pagination, batched updates, and efficient aggregations when a database is slow at scale.1installs153Powershell Expertpowershell-expert is a Claude Code skill for writing production-quality PowerShell scripts, tools, modules, and GUIs following Microsoft conventions. It provides templates for script structure, parameter validation, pipeline handling, error management, and Windows Forms/WPF interfaces. A developer uses it when authoring PowerShell code or getting cmdlet and PowerShell Gallery module recommendations, with live-doc verification when accuracy matters.1installs154Pptx Preppptx-prep is a Claude Code skill that runs before any PowerPoint generation to collect the materials a human must supply. It confirms the slide structure, scans each slide for personal info, visuals, data, branding, and external references, flags missing items, checks photo aspect ratios, and writes a manifest.yml. A developer uses it to avoid rework where an AI would otherwise invent names, statistics, or logos, then hands off to a PPTX generation skill.1installs155Prd To Appspecprd-to-appspec is a Claude Code skill that converts a Product Requirements Document into a structured XML app specification optimized for AI coding agents. It runs a /convert-prd workflow that extracts data models, features, implementation steps, and success criteria, turning developer-focused HOW into a declarative WHAT. A developer uses it to prepare an existing PRD so a coding agent can consume it as an app_spec.txt.1installs156Project Plannerproject-planner is a Claude Code skill that generates structured project-planning documents: a requirements document with user stories and acceptance criteria, a system design document, and a hierarchical implementation plan with requirement tracing. A developer uses it when starting a new project or defining specs, acting as a project architect to map components, data flow, and integration points upfront before implementation.1installs157Pytest Masterypytest-mastery is a Claude Code skill for Python testing with pytest using the uv package manager. It covers test discovery conventions, fixtures and scopes, parametrization, markers, coverage reports, pyproject.toml configuration, and FastAPI testing. A developer uses it to run tests, write test files and fixtures, generate coverage, and debug failing tests.1installs158Python Best Practicespython-best-practices is a Claude Code skill providing type-first Python patterns for reading and writing Python code. It covers frozen dataclasses, discriminated unions with Literal, NewType for domain primitives, Enums, Protocol structural typing, TypedDict for external data, module structure, functional patterns, and explicit exception handling. A developer uses it to write well-typed, maintainable Python.1installs159Python Database PatternsThis skill teaches SQLAlchemy 2.0 and database best practices for Python. It covers declarative models, sync and async engines, query patterns, relationships, and FastAPI dependency injection for DB sessions. A developer loads it when writing ORM code, tuning connection pools, or setting up Alembic migrations.1installs160Python Typing PatternsThis skill covers Python type hints and type-safety patterns for Python 3.10+. It includes annotations, collections, Union and Optional, TypedDict, Callable, Generics, Protocols, type guards, and Literal or Final. A developer uses it to add type safety and to configure mypy or pyright.1installs161React 19 PatternsThis skill covers React 19 patterns including hooks, Server and Client Components, Suspense, streaming, and transitions with TypeScript. It documents the new React 19 hooks like use(), useOptimistic(), useFormStatus(), and useActionState(). A developer uses it when building React components or migrating from React 18 to 19.1installs162React Nextjs DevelopmentThis skill is an 8-phase workflow for building React and Next.js 14+ applications with the App Router, Server Components, TypeScript, and Tailwind CSS. Each phase names skills to invoke, concrete actions, and copy-paste prompts. A developer uses it to structure a full React or Next.js project from setup through deployment.1installs163React State ManagementThis skill is a guide to modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. It categorizes local, global, server, URL, and form state and gives selection criteria plus TypeScript store examples. A developer uses it when setting up global state, managing server state, or choosing between state libraries.1installs164React TestingThis skill provides React testing patterns using Jest and React Testing Library for web applications. It covers Zustand store testing, async store operations, component testing, React Query testing, custom hook testing, and mocking API calls. A developer uses it when writing tests or debugging test failures in React web apps.1installs165Redis PatternsThis skill provides Upstash Redis patterns for caching and rate limiting in TypeScript. It covers basic caching with TTL, cache invalidation, sliding-window rate limiting, session storage, pub/sub, leaderboards, and the cache-aside pattern. A developer uses it when adding Redis-backed caching or rate limits to a Node or Next.js backend.1installs166Resilience AnalysisThis skill assesses error handling, isolation boundaries, and recovery mechanisms in agent frameworks. It traces error propagation, evaluates sandboxing for code execution, and catalogs retry, fallback, and circuit-breaker patterns. A developer uses it to judge an agent framework's production readiness and identify failure modes.1installs167Resume Bullet ExtractionThis skill turns completed work into resume bullet points that show impact and technical competence. It applies a formula of action verb, accomplishment, technical context, and quantified impact, with lists of strong verbs and templates. A developer uses it after finishing a task to capture a resume-ready bullet.1installs168ReviewThis skill reviews code for quality, security, performance, and accessibility issues. It runs a quality-gate step to identify focus areas from changed files, routes to sub-skills for each concern, and can launch parallel code-reviewer subagents. A developer uses it to run a self-review or PR review before shipping. Documentation is primarily in Japanese.1installs169Rn Authrn-auth is a reference skill of React Native authentication patterns for Expo apps. It covers OAuth via expo-auth-session, secure token storage with expo-secure-store, an auth-context provider, protected routes with Expo Router, and backend Google token verification. A developer uses it when building login flows or debugging auth issues in an Expo/React Native app.1installs170Routeros Command Treerouteros-command-tree is a skill for RouterOS command-tree introspection via the /console/inspect REST endpoint. It explains the four node types, child/syntax request formats, recursive tree traversal, and CLI-to-REST verb mapping used by tools like restraml and rosetta. A developer uses it when building tools that parse RouterOS commands or generate API schemas from RouterOS.1installs171Routeros Fundamentalsrouteros-fundamentals is a domain-knowledge skill for MikroTik RouterOS v7. It explains that RouterOS is not GNU/Linux, its path-based CLI syntax, the REST API HTTP-verb mapping, version scheme, architecture names, and default credentials. A developer or agent uses it when writing RouterOS CLI/script commands, calling the REST API, or debugging why a Linux command fails on RouterOS.1installs172Routeros Netinstallrouteros-netinstall is a skill for MikroTik netinstall-cli, the tool that installs or reinstalls RouterOS over a direct Ethernet connection using BOOTP and TFTP. It documents the command syntax and flags, etherboot entry methods, configure-script versus mode-script behavior, and .npk package handling. A developer uses it when automating netinstall or building device-flashing tooling.1installs173Scaffolding Fastapi Daprscaffolding-fastapi-dapr is a skill for building FastAPI backends with SQLModel, Dapr integration, and JWT authentication. It provides project setup, async database configuration, CRUD endpoints, JWKS token verification, Dapr pub/sub subscriptions, event publishing, and scheduled jobs. A developer uses it when building event-driven microservices with Neon PostgreSQL and Dapr.1installs174Sca Trivysca-trivy is a skill for software composition analysis and container vulnerability scanning with Aqua Trivy. It provides workflows for scanning container images, filesystems, and IaC files for CVEs and misconfigurations, generating SBOMs, integrating scans into CI/CD with SARIF, and prioritizing remediation by CVSS. A developer uses it to find and triage vulnerabilities in dependencies and images.1installs175Schedule With Google Calendarschedule-with-google-calendar is a skill that manages Google Calendar through the Rarefriend MCP. It checks upcoming events, searches events, finds available time across attendees, creates, reschedules, and cancels events, resolves attendees by name from a contact network, and logs notes after calls. A developer or user invokes it to schedule meetings and avoid double-booking from an AI assistant.1installs176Schedule With Outlookschedule-with-outlook is a skill that manages Microsoft Outlook contacts and calendar through the Rarefriend MCP. It searches Outlook and Exchange contacts, checks and searches the calendar, finds available time, creates, reschedules, and cancels events, schedules Teams meetings, and keeps notes and tags. A developer or user invokes it to run Outlook scheduling and relationship management from an AI assistant.1installs177Security Best Practicessecurity-best-practices is a skill for implementing web application and infrastructure security. It provides Express.js patterns for HTTPS enforcement, security headers, rate limiting, input validation, SQL injection and XSS prevention, CSRF tokens, secrets management, and JWT with refresh-token rotation. A developer uses it when securing APIs or hardening a public-facing service.1installs178Security Patternssecurity-patterns is a skill covering essential security patterns and OWASP guidelines for web applications. It includes an OWASP Top 10 quick reference, input validation and output-encoding rules, authentication and authorization examples, secrets-management rules, security headers, and quick audit grep commands. A developer uses it during security review or secure coding.1installs179Seedance2 Apiseedance2-api is a skill for the Seedance 2.0 API that generates AI videos from a single API key. It guides building a storyboard, generating reference images with Seedream 4.5, composing the final prompt, submitting video tasks, and polling results. It works in both MCP mode and standalone Python script mode. A developer uses it to produce AI video from a concept.1installs180Shareoneshareone is a skill that publishes locally generated HTML, Markdown, TXT, PDF, Word, or PPTX files to the ShareOne platform and returns a public short link. It also downloads files, updates share settings such as passwords and watermarks, and pulls or processes comments from a ShareOne link. A developer or user invokes it to share generated content or manage an existing ShareOne link. The documentation is written in Chinese.1installs181Share Skillshare-skill moves a developer's locally created Claude skills into a project code repository via symlinks and initializes Git for version tracking. It can auto-detect the code root and GitHub username, configure git remote aliases, and generate a documentation website for the skills repo. Developers use it when they want to open-source or publish skills they built locally.1installs182Skill Lookupskill-lookup helps a developer discover, retrieve, and install Claude Agent Skills through the prompts.chat MCP server. It calls the search_skills tool to find skills by keyword and get_skill to fetch a skill's full files, then saves them into .claude/skills/{slug}/. Developers use it when they want to extend Claude with existing reusable capabilities instead of building from scratch.1installs183Skills Creatorskills-creator generates and maintains Claude Agent Skills with effective triggers and progressive disclosure. It reads bundled best-practices and docs references, applies a template, and saves the result to .claude/skills/[skill-name]/SKILL.md. Developers use it when they want to author a new, well-structured skill that meets discoverability and conciseness standards.1installs184Social Playbook Skillsocial-playbook-skill designs and generates complete social media playbooks for clients across YouTube, TikTok, Instagram, Facebook, LinkedIn, and Shorts/Reels. Each playbook includes a campaign overview, 10-30 video and post concepts with hooks and scripts, platform-specific mappings, and a posting cadence. A developer or agency uses it to build a ready-to-execute content system for a client.1installs185Subagent Driven Developmentsubagent-driven-development is an orchestration skill for executing an implementation plan by dispatching a fresh subagent for each independent task. Between tasks it runs a spec-compliance review and a code-quality review, looping fixes back to the same implementer until both pass. Developers use it when they have a completed plan of mostly independent tasks to execute in the current session.1installs186Svg Logo Generatorsvg-logo-generator produces minimalistic, geometric SVG logos using self-contained Python scripts. It analyzes the requested visual metaphor, picks a hex color palette, composes geometric primitives like circles, rects, and paths, and writes a scalable logo.svg using only the Python standard library. Developers use it to create logos, icons, or visual identities programmatically.1installs187Tech Doctech-doc is a unified writing guide for producing and maintaining high-quality technical documentation in collaborative settings. It prescribes a conclusion-first pyramid structure, factual accuracy with traceable terminology, short active sentences, and formats for both explainer docs and quick-reference/SOP cards. Developers use it when writing or reviewing technical docs. The skill content is written in Chinese.1installs188TesterA bare test skill with auto model and a single test prompt. Useful only as a smoke test for skill loading and execution.1installs189Ux Prototypingux-prototyping builds a single-file HTML prototype from a UX specification to validate user flows, interaction patterns, and information architecture. A developer uses it after writing specs/architecture/ux.md when they want a clickable mockup before committing to real UI code. It focuses on flow fidelity, screen states, and navigation rather than pixel-perfect styling.1installs190Webapp Niktowebapp-nikto runs the open-source Nikto scanner to find web server vulnerabilities, misconfigurations, and outdated software versions. A developer uses it for authorized security assessments, mapping targets, running tuned and SSL scans, and generating reports. It stresses written authorization since Nikto is noisy and easily detected.1installs191Whatsapp Automationwhatsapp-automation automates WhatsApp Business operations through Composio's WhatsApp toolkit via Rube MCP. A developer uses it to send text, template, and media messages, manage templates and business profiles, and share contacts. It documents tool sequences and pitfalls like the 24-hour messaging window and Meta template approval.1installs192When Auditing Code Style Use Style Auditwhen-auditing-code-style-use-style-audit performs a codebase-wide code style and convention audit with automated fixes. A developer uses it to run ESLint, Prettier, and TypeScript strict scans, check naming conventions, and enforce file and function size limits. It applies only safe, non-destructive auto-fixes and reports measurable compliance metrics.1installs193Word Statsword-stats returns quick text statistics including word, character, sentence, and paragraph counts plus reading and speaking time. A writer or developer passes in text and gets tables of counts and averages with no follow-up questions. Reading time is estimated at 238 words per minute and speaking time at 150 words per minute.1installs194Writing Assistantwriting-assistant is an interactive self-media writing helper that guides the full flow from topic selection to publishing. A content creator uses it to start a new article, score a draft against a checklist, or diagnose why a published piece underperformed. It routes through method files for topic, outline, body, title, and formatting and enforces publish thresholds. The documentation is written in Chinese.1installs195X Collectx-collect gathers research materials for X (Twitter) content using a systematic 4-round web-search strategy. A creator gives it a topic and it searches official sources, technical analysis, comparisons, then fills gaps, producing a structured material report with sources and suggested post angles. It hands off to a follow-up filtering step.1installs196Xiaohongshu Searchxiaohongshu-search is a Node.js command tool that mines public Xiaohongshu (RED) data for marketing and competitor analysis. A marketer uses it to find high-engagement notes, monitor keywords and competitor accounts, and screen KOLs by audience and engagement. It runs via scripts/search.js with options for search type, sort order, result count, and JSON or Markdown output, and requires a GUAIKEI_API_TOKEN. The documentation is written in Chinese.1installs197Youtube Transcriptyoutube-transcript downloads and processes YouTube video transcripts using yt-dlp. A developer uses it to extract subtitles, convert VTT captions to clean text, and generate summaries or chapter breakdowns from video content. It prefers manual subtitles, falls back to auto-generated ones, and can transcribe audio with Whisper when no subtitles exist. The documentation is written in Korean.1installs198Zod Validation Patternszod-validation-patterns provides patterns for validating input with the Zod library in TypeScript applications. A developer uses it for API request validation, form and file-upload validation, data transformation, and type inference across schemas, refinements, transforms, and async checks. It includes Next.js API-route and Server-Action integration examples and guidance on when validation is and is not warranted.1installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.