███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14451 | security-scan | jwynia/agent-skills |
Security Scan Skill Audit your Claude Code configuration for security issues using AgentShield . When to Activate Setting up a new Claude Code project After modifying .claude/settings.json , CLAUDE.md , or MCP configs Before committing configuration changes When onboarding to a new repository with existing Claude Code configs Periodic security hygiene checks What It Scans Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust H...
|
323 |
| 14452 | database-indexing-strategy | aj-geddes/useful-ai-prompts |
Database Indexing Strategy Overview Design comprehensive indexing strategies to improve query performance, reduce lock contention, and maintain data integrity. Covers index types, design patterns, and maintenance procedures. When to Use Index creation and planning Query performance optimization through indexing Index type selection (B-tree, Hash, GiST, BRIN) Composite and partial index design Index maintenance and monitoring Storage optimization with indexes Full-text search index design Index...
|
323 |
| 14453 | software-crypto-web3 | vasilyu1983/ai-agents-public |
Software Crypto/Web3 Engineering Use this skill to design, implement, and review secure blockchain systems: smart contracts, on-chain/off-chain integration, custody and signing, testing, audits, and production operations. Defaults to: security-first development, explicit threat models, comprehensive testing (unit + integration + fork + fuzz/invariants), formal methods when high-value, upgrade safety (timelocks, governance, rollback plans), and defense-in-depth for key custody and signing. Qui...
|
323 |
| 14454 | graphql | mindrally/skills |
GraphQL You're a developer who has built GraphQL APIs at scale. You've seen the N+1 query problem bring down production servers. You've watched clients craft deeply nested queries that took minutes to resolve. You know that GraphQL's power is also its danger. Your hard-won lessons: The team that didn't use DataLoader had unusable APIs. The team that allowed unlimited query depth got DDoS'd by their own clients. The team that made everything nullable couldn't distinguish errors from empty data....
|
323 |
| 14455 | external-context | yeachan-heo/oh-my-claudecode |
External Context Skill Fetch external documentation, references, and context for a query. Decomposes into 2-5 facets and spawns parallel document-specialist Claude agents. Usage /oh-my-claudecode:external-context <topic or question> Examples /oh-my-claudecode:external-context What are the best practices for JWT token rotation in Node.js? /oh-my-claudecode:external-context Compare Prisma vs Drizzle ORM for PostgreSQL /oh-my-claudecode:external-context Latest React Server Components patterns and c...
|
323 |
| 14456 | xlsx-generator | jwynia/agent-skills |
XLSX Generator When to Use This Skill Use this skill when: Creating Excel spreadsheets programmatically from data or specifications Populating branded templates with dynamic content while preserving formatting Extracting cell data, formulas, and structure from existing XLSX files Finding and replacing placeholder text like {{TITLE}} or ${date} in cells Automating spreadsheet generation workflows (reports, data exports, financial statements) Do NOT use this skill when: User wants to open/view...
|
323 |
| 14457 | ln-721-frontend-restructure | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-720-structure-migrator Restructures monolithic React frontend code into component-based architecture using AST-based analysis methodology. Purpose & Scope | Input | Monolithic React frontend source | Output | Component-based architecture with co-located feature folders | Framework | React only Scope boundaries: - Restructures existing code, does not add new functionality - Works with React + TypeScript projects - Applies ...
|
323 |
| 14458 | wds-docs | wix/skills |
WDS Documentation Navigator Docs path: node_modules/@wix/design-system/dist/docs/ CRITICAL: Never Read Entire Files Files are 200-900+ lines. Follow the staged discovery flow below. Stage 1: Find Component Goal: Search for component by feature/keyword Grep: "table" in components.md Grep: "form\|input\|validation" in components.md Grep: "modal\|dialog\|popup" in components.md Output: Component name + description + do/don'ts Next: Go to Stage 2 with component name Stage 2: Get Props + Example List...
|
322 |
| 14459 | nanogpt | davila7/claude-code-templates |
nanoGPT - Minimalist GPT Training Quick start nanoGPT is a simplified GPT implementation designed for learning and experimentation. Installation: pip install torch numpy transformers datasets tiktoken wandb tqdm Train on Shakespeare (CPU-friendly): Prepare data python data/shakespeare_char/prepare.py Train (5 minutes on CPU) python train.py config/train_shakespeare_char.py Generate text python sample.py --out_dir=out-shakespeare-char Output: ROMEO: What say'st thou? Shall I speak, ...
|
322 |
| 14460 | llm-app-patterns | davila7/claude-code-templates |
🤖 LLM Application Patterns Production-ready patterns for building LLM applications, inspired by Dify and industry best practices. When to Use This Skill Use this skill when: Designing LLM-powered applications Implementing RAG (Retrieval-Augmented Generation) Building AI agents with tools Setting up LLMOps monitoring Choosing between agent architectures 1. RAG Pipeline Architecture Overview RAG (Retrieval-Augmented Generation) grounds LLM responses in your data. ┌─────────────┐ ┌───────...
|
322 |
| 14461 | web-to-markdown | davila7/claude-code-templates |
web-to-markdown Convert web pages to clean Markdown by driving a locally installed browser (via web2md ). Hard trigger gate (must enforce) This skill MUST NOT be used unless the user explicitly wrote exactly a phrase like: use the skill web-to-markdown ... use a skill web-to-markdown ... If the user did not explicitly request this skill by name, stop and ask them to re-issue the request including: use the skill web-to-markdown . What this skill does Handles JS-rendered pages (Puppeteer → user Ch...
|
322 |
| 14462 | receiving-code-review | davila7/claude-code-templates |
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
|
322 |
| 14463 | drugbank-database | davila7/claude-code-templates |
DrugBank Database Overview DrugBank is a comprehensive bioinformatics and cheminformatics database containing detailed information on drugs and drug targets. This skill enables programmatic access to DrugBank data including ~9,591 drug entries (2,037 FDA-approved small molecules, 241 biotech drugs, 96 nutraceuticals, and 6,000+ experimental compounds) with 200+ data fields per entry. Core Capabilities 1. Data Access and Authentication Download and access DrugBank data using Python with proper...
|
322 |
| 14464 | senior-pm | borghei/claude-skills |
Senior Project Management Expert Overview Strategic project management for enterprise software, SaaS, and digital transformation initiatives. Provides portfolio management capabilities, quantitative analysis tools, and executive-level reporting frameworks for complex, multi-project portfolios. Core Expertise Areas Portfolio Management & Strategic Alignment Multi-project portfolio optimization using advanced prioritization models (WSJF, RICE, ICE, MoSCoW) Strategic roadmap development aligned wit...
|
322 |
| 14465 | sveltekit | mindrally/skills |
SvelteKit Development You are an expert in SvelteKit, TypeScript, Tailwind CSS, and modern web application development. Key Principles Write concise, technical SvelteKit code with accurate TypeScript examples Use functional and declarative programming patterns; avoid classes Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (isLoading, hasError) Structure files: component logic, markup, styles, helpers, types Project Structure src/ ├── ...
|
322 |
| 14466 | developing-genkit-js | firebase/skills |
Genkit JS Prerequisites Ensure the genkit CLI is available. Run genkit --version to verify. Minimum CLI version needed: 1.29.0 If not found or if an older version (1.x < 1.29.0) is present, install/upgrade it: npm install -g genkit-cli@^1.29.0 . New Projects : If you are setting up Genkit in a new codebase, follow the Setup Guide . Hello World import { z , genkit } from 'genkit' ; import { googleAI } from '@genkit-ai/google-genai' ; // Initialize Genkit with the Google AI plugin const ai = genki...
|
322 |
| 14467 | ln-130-tasks-docs-creator | levnikolaevich/claude-code-skills |
This skill creates task management documentation: docs/tasks/README.md (task management system rules) and docs/tasks/kanban_board.md (Linear integration with Epic Story Counters). When to Use This Skill This skill is a L2 WORKER invoked by ln-100-documents-pipeline orchestrator OR used standalone. Use this skill when: - Creating task management documentation (docs/tasks/) - Setting up Linear integration and kanban board - Validating existing task documentation structure and content - Con...
|
322 |
| 14468 | ts-agent-sdk | jezweb/claude-skills |
ts-agent-sdk Overview This skill generates typed TypeScript SDKs that allow AI agents (primarily Claude Code) to interact with web applications via MCP servers. It replaces verbose JSON-RPC curl commands with clean function calls. Template Location The core SDK template files are bundled with this skill at: templates/ Copy these files to the target project's scripts/sdk/ directory as a starting point: cp -r ~/.claude/skills/ts-agent-sdk/templates/* ./scripts/sdk/ SDK Generation Workflow St...
|
321 |
| 14469 | cloudflare-python-workers | jezweb/claude-skills |
Cloudflare Python Workers Status: Beta (requires python_workers compatibility flag) Runtime: Pyodide (Python 3.12+ compiled to WebAssembly) Package Versions: workers-py@1.7.0, workers-runtime-sdk@0.3.1, wrangler@4.58.0 Last Verified: 2026-01-21 Quick Start (5 Minutes) 1. Prerequisites Ensure you have installed: uv - Python package manager Node.js - Required for Wrangler 2. Initialize Project Create project directory mkdir my-python-worker && cd my-python-worker Initialize Python project u...
|
321 |
| 14470 | knowledge-management | anthropics/knowledge-work-plugins |
Knowledge Management Skill You are an expert at creating, organizing, and maintaining support knowledge base content. You write articles that are searchable, scannable, and solve customer problems on the first read. You understand that every good KB article reduces future ticket volume. Article Structure and Formatting Standards Universal Article Elements Every KB article should include: Title : Clear, searchable, describes the outcome or problem (not internal jargon) Overview : 1-2 sentences ex...
|
321 |
| 14471 | conductor-status | sickn33/antigravity-awesome-skills |
Conductor Status Display the current status of the Conductor project, including overall progress, active tracks, and next actions. Use this skill when Working on conductor status tasks or workflows Needing guidance, best practices, or checklists for conductor status Do not use this skill when The task is unrelated to conductor status You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outc...
|
321 |
| 14472 | sql-optimization-patterns | sickn33/antigravity-awesome-skills |
SQL Optimization Patterns Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis. When to Use This Skill Debugging slow-running queries Designing performant database schemas Optimizing application response times Reducing database load and costs Improving scalability for growing datasets Analyzing EXPLAIN query plans Implementing efficient indexes Resolving N+1 query problems Core Concepts 1. Query Execution Plans...
|
321 |
| 14473 | email-service-integration | aj-geddes/useful-ai-prompts |
Email Service Integration Overview Build comprehensive email systems with SMTP integration, third-party email providers (SendGrid, Mailgun, AWS SES), HTML templates, email validation, retry mechanisms, and proper error handling. When to Use Sending transactional emails Implementing welcome/confirmation emails Creating password reset flows Sending notification emails Building email templates Managing bulk email campaigns Instructions 1. Python/Flask with SMTP config.py import os class EmailCo...
|
321 |
| 14474 | biorxiv-database | davila7/claude-code-templates |
bioRxiv Database Overview This skill provides efficient Python-based tools for searching and retrieving preprints from the bioRxiv database. It enables comprehensive searches by keywords, authors, date ranges, and categories, returning structured JSON metadata that includes titles, abstracts, DOIs, and citation information. The skill also supports PDF downloads for full-text analysis. When to Use This Skill Use this skill when: Searching for recent preprints in specific research areas Tracki...
|
321 |
| 14475 | asset-audit | webflow/webflow-skills |
Asset Audit Analyze assets on a Webflow site for SEO optimization. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's asset_tool for fetching and updating assets Use Webflow MCP's get_image_preview for analyzing image content Use Webflow MCP's data_sites_tool with action list_sites for listing available sites Use Webflow MCP's webflow_guide_tool to get best practices before starting DO NOT use any other tools or methods for Webflow operations All tool calls mus...
|
321 |
| 14476 | app-ui-design | majiayu000/claude-arsenal |
Mobile App UI Design Expert guidance for designing beautiful, accessible, and platform-native mobile app interfaces following 2025 best practices. Core Philosophy User-First Design — Prioritize user needs, behaviors, and mental models over aesthetics Platform Consistency — Follow iOS HIG and Android Material Design guidelines Accessibility as Foundation — Design for all users from the start, not as an afterthought Emotional Intelligence — Create interfaces that users emotionally connect with P...
|
321 |
| 14477 | roadmap-management | anthropics/knowledge-work-plugins |
Roadmap Management Skill You are an expert at product roadmap planning, prioritization, and communication. You help product managers build roadmaps that are strategic, realistic, and useful for decision-making. Roadmap Frameworks Now / Next / Later The simplest and often most effective roadmap format: Now (current sprint/month): Committed work. High confidence in scope and timeline. These are the things the team is actively building. Next (next 1-3 months): Planned work. Good confidence in what,...
|
320 |
| 14478 | ln-625-dependencies-auditor | levnikolaevich/claude-code-skills |
Dependencies & Reuse Auditor (L3 Worker) Specialized worker auditing dependency management and code reuse. Purpose & Scope Worker in ln-620 coordinator pipeline Audit dependencies and reuse (Categories 7+8: Medium Priority) Check outdated packages, unused deps, wheel reinvention Calculate compliance score (X/10) Inputs (from Coordinator) Receives contextStore with tech stack, package manifest paths, codebase root. Workflow Parse context Run dependency checks (outdated, unused, reinvented) Co...
|
320 |
| 14479 | symfony:effective-context | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:effective-context<div
|
320 |
| 14480 | skypilot-multi-cloud-orchestration | davila7/claude-code-templates |
SkyPilot Multi-Cloud Orchestration Comprehensive guide to running ML workloads across clouds with automatic cost optimization using SkyPilot. When to use SkyPilot Use SkyPilot when: Running ML workloads across multiple clouds (AWS, GCP, Azure, etc.) Need cost optimization with automatic cloud/region selection Running long jobs on spot instances with auto-recovery Managing distributed multi-node training Want unified interface for 20+ cloud providers Need to avoid vendor lock-in Key features...
|
320 |
| 14481 | web-artifacts-builder | davila7/claude-code-templates |
Web Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slo...
|
320 |
| 14482 | transformer-lens-interpretability | davila7/claude-code-templates |
TransformerLens: Mechanistic Interpretability for Transformers TransformerLens is the de facto standard library for mechanistic interpretability research on GPT-style language models. Created by Neel Nanda and maintained by Bryce Meyer, it provides clean interfaces to inspect and manipulate model internals via HookPoints on every activation. GitHub: TransformerLensOrg/TransformerLens (2,900+ stars) When to Use TransformerLens Use TransformerLens when you need to: Reverse-engineer algorithms...
|
320 |
| 14483 | network-watcher | useai-pro/openclaw-skills-security |
Network Watcher You are a network security auditor for OpenClaw. When a skill requests network permission, you analyze what connections it makes and whether they are legitimate. Why Network Monitoring Matters Network access is the primary vector for data exfiltration. A skill that can read files AND make network requests can steal your source code, credentials, and environment variables by sending them to an external server. Pre-Install Network Audit Before a skill with network permission is ins...
|
320 |
| 14484 | ce:compound-refresh | everyinc/compound-engineering-plugin |
Compound Refresh Maintain the quality of docs/solutions/ over time. This workflow reviews existing learnings against the current codebase, then refreshes any derived pattern docs that depend on them. Mode Detection Check if $ARGUMENTS contains mode:autofix . If present, strip it from arguments (use the remainder as a scope hint) and run in autofix mode . Mode When Behavior Interactive (default) User is present and can answer questions Ask for decisions on ambiguous cases, confirm actions Autofix...
|
319 |
| 14485 | recent-data | lobehub/lobe-chat |
Recent Data Usage Guide Recent data (recentTopics, recentResources, recentPages) is stored in session store. Initialization In app top-level (e.g., RecentHydration.tsx ): import { useInitRecentTopic } from '@/hooks/useInitRecentTopic' ; import { useInitRecentResource } from '@/hooks/useInitRecentResource' ; import { useInitRecentPage } from '@/hooks/useInitRecentPage' ; const App = ( ) => { useInitRecentTopic ( ) ; useInitRecentResource ( ) ; useInitRecentPage ( ) ; return < YourComponents /> ; ...
|
319 |
| 14486 | playwright-mcp-dev | microsoft/playwright |
MCP Adding MCP Tools Create a new tool in packages/playwright/src/mcp/browser/tools/your-tool.ts Register the tool in packages/playwright/src/mcp/browser/tools.ts Add ToolCapability in packages/playwright/src/mcp/config.d.ts Place new tests in tests/mcp/mcp-<category>.spec.ts Building Assume watch is running at all times, run lint to see type errors Testing Run tests as npm run ctest-mcp <category> Do not run test --debug CLI Adding commands CLI commands are based on MCP tools. Implement the cor...
|
319 |
| 14487 | error-tracking | aj-geddes/useful-ai-prompts |
Error Tracking Overview Set up comprehensive error tracking with Sentry to automatically capture, report, and analyze exceptions, performance issues, and application stability. When to Use Production error monitoring Automatic exception capture Release tracking Performance issue detection User impact analysis Instructions 1. Sentry Setup npm install -g @sentry/cli npm install @sentry/node @sentry/tracing sentry init -d 2. Node.js Sentry Integration // sentry.js const Sentry = require("@sentry...
|
319 |
| 14488 | zapier-workflows | davila7/claude-code-templates |
Zapier Workflows Skill The Problem This Solves Zapier MCP gives Claude access to 8,000+ individual tools (every Zapier action), but there are critical limitations: ❌ No memory - Claude doesn't remember which tools YOU use or why ❌ No context - Doesn't know when to use specific tools for your workflows ❌ Only one-off actions - Can't trigger your complex, multi-step Zaps ❌ Fresh start every session - All context lost between conversations The Two Types of Zapier Automation 1. MCP Tools (One-Of...
|
319 |
| 14489 | polymarket-prediction-market | axwelbrand-byte/arbibot |
polymarket-prediction-market Understand Polymarket's prediction markets—binary event contracts, CLOB pricing, order books, conditional tokens, and API integration. Allowed Tools Read Grep Glob WebFetch Core Mental Model Polymarket operates as a decentralized prediction market on Polygon using USDC: Binary Outcomes: Each market has YES and NO tokens that settle at $1.00 or $0.00 Price = Probability: A YES token at $0.65 implies 65% probability of the outcome CLOB (Central Limit Order Book): P...
|
319 |
| 14490 | business-model-canvas | scientiacapital/skills |
<quick_start> Generate a canvas: /business-model canvas for [company/idea] Claude will analyze all 9 blocks: Customer Segments (who are we serving?) Value Propositions (what value do we deliver?) Channels (how do we reach customers?) Customer Relationships (how do we engage?) Revenue Streams (how do we make money?) Key Resources (what do we need?) Key Activities (what must we do?) Key Partnerships (who helps us?) Cost Structure (what does it cost?) </quick_start> <the_9_blocks> 1. Customer...
|
319 |
| 14491 | file-todos | everyinc/compound-engineering-plugin |
File-Based Todo Tracking Skill Overview The todos/ directory contains a file-based tracking system for managing code review feedback, technical debt, feature requests, and work items. Each todo is a markdown file with YAML frontmatter and structured sections. This skill should be used when: Creating new todos from findings or feedback Managing todo lifecycle (pending → ready → complete) Triaging pending items for approval Checking or managing dependencies Converting PR comments or code findin...
|
318 |
| 14492 | vercel-kv | jezweb/claude-skills |
Vercel KV Last Updated: 2026-01-21 Version: @vercel/kv@3.0.0 (Redis-compatible, powered by Upstash) Quick Start Create KV: Vercel Dashboard → Storage → KV vercel env pull .env.local Creates KV_REST_API_URL and KV_REST_API_TOKEN npm install @vercel/kv Basic Usage: import { kv } from '@vercel/kv'; // Set with TTL (expires in 1 hour) await kv.setex('session:abc', 3600, { userId: 123 }); // Get const session = await kv.get('session:abc'); // Increment counter (atomic) const views = await ...
|
318 |
| 14493 | value-realization | done-0/value-realization |
Value Realization Philosophy Status : Production Ready ✅ Version : 1.1.7 Last Updated : 2026-02-24 Type : Analytical Framework Overview This skill provides a philosophical framework and analytical methods for evaluating whether end users can "know" what value they can achieve through a product. It guides analysis from a value discovery perspective, rather than providing checklists. What this skill provides : Framework to evaluate product ideas when certainty is lacking Analysis methods for asses...
|
318 |
| 14494 | symfony:symfony-messenger | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:symfony-messenger<div
|
318 |
| 14495 | ln-651-query-efficiency-auditor | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Query Efficiency Auditor (L3 Worker) Specialized worker auditing database query patterns for redundancy, inefficiency, and misuse. Purpose & Scope Worker in ln-650 coordinator pipeline - invoked by ln-650-persistence-performance-auditor Audit query efficiency (Priority: HIGH) Check redundant fetches, batch operation misuse,...
|
318 |
| 14496 | stripe | mindrally/skills |
Stripe Integration You are an expert in Stripe payment integration, TypeScript, React, and Next.js for building secure payment solutions. Core Principles Always handle payments on the server side Use Stripe's latest API version Implement proper error handling Follow PCI compliance best practices Use webhooks for reliable event handling Server-Side Setup Stripe Client Configuration import Stripe from 'stripe' ; const stripe = new Stripe ( process . env . STRIPE_SECRET_KEY ! , { apiVersion : '2023...
|
318 |
| 14497 | google-chat-api | jezweb/claude-skills |
Google Chat API Status: Production Ready Last Updated: 2026-01-09 (Added: Spaces API, Members API, Reactions API, Rate Limits) Dependencies: Cloudflare Workers (recommended), Web Crypto API for token verification Latest Versions: Google Chat API v1 (stable), Cards v2 (Cards v1 deprecated), wrangler@4.54.0 Quick Start (5 Minutes) 1. Create Webhook (Simplest Approach) No code needed - just configure in Google Chat 1. Go to Google Cloud Console 2. Create new project or select existing 3. Enab...
|
317 |
| 14498 | openai-assistants | jezweb/claude-skills |
OpenAI Assistants API v2 Status: Production Ready (⚠️ Deprecated - Sunset August 26, 2026) Package: openai@6.16.0 Last Updated: 2026-01-21 v1 Deprecated: December 18, 2024 v2 Sunset: August 26, 2026 (migrate to Responses API) ⚠️ Deprecation Notice OpenAI is deprecating Assistants API in favor of Responses API. Timeline: v1 deprecated Dec 18, 2024 | v2 sunset August 26, 2026 Use this skill if: Maintaining legacy apps or migrating existing code (12-18 month window) Don't use if: Starting new ...
|
317 |
| 14499 | mcp-cli-scripts | jezweb/claude-skills |
MCP CLI Scripts Pattern Status: Production Ready Last Updated: 2026-01-09 Dependencies: tsx (dev dependency) Current Versions: tsx@4.21.0 Why CLI Scripts Alongside MCP Servers? When building MCP servers, also create companion CLI scripts that provide the same (and often extended) functionality for use with Claude Code in terminal environments. Aspect Remote MCP (Claude.ai) CLI Scripts (Claude Code) Context Results flow through model context window Results stay local, only relevant parts shar...
|
317 |
| 14500 | brand-name-generator | shipshitdev/library |
Brand Name Generator Generate creative, memorable, and brandable names for companies, products, apps, and startups. Combines naming strategies with brandability scoring and domain availability checking. When to Use Need creative brand name ideas for a new company or startup Want product or app naming suggestions Need to brainstorm names based on keywords, concepts, or industry Want names evaluated for brandability and memorability Need to find available domain names for the brand Context Disco...
|
317 |