LLM 與 Agent
6763 skills in 數據與 AI > LLM 與 Agent
auto-prompt-enhancer
Expert prompt engineering assistant that analyzes vague requests, asks clarifying questions, and transforms them into structured, high-quality prompts using XML tags, examples, and chain-of-thought reasoning. Always active - transparently shows enhanced prompts before execution. Use for vague requests, feature implementation, or architecture decisions.
spec-writing
This skill should be used when Claude needs to write a feature specification, create acceptance criteria, document requirements, define user stories, or structure feature documentation. Trigger phrases include "write a spec", "create specification", "document requirements", "define acceptance criteria", "write user stories".
conversation-finder
Find and resume previous Claude Code conversations by keyword, location, or date. Use when the user wants to find old conversations, resume previous work, search chat history, or asks "what did we discuss about X". Can automatically open conversations in new terminals.
cloudflare-r2-d1
Use when working with Cloudflare R2 object storage, D1 SQLite database, KV, or Workers integration - covers bindings, limits, gotchas, and best practices
openwebf-host
DEPRECATED umbrella Skill (backward compatibility). Use only when a Flutter host request spans multiple WebF integration areas (controllers + bundles + embedding + routing + caching/theming + perf). Prefer focused openwebf-host-* Skills.
command-orchestration
Orchestrates correct usage of .claude/commands during spec-driven workflows.
disciplined-verification
Phase 4 of disciplined development. Verifies implementation against designthrough unit and integration testing. Builds traceability matrices, trackscoverage, and loops defects back to originating left-side phases.
skill-publisher
Publish Claude Code Skills to GitHub with proper structure, privacy checks, and bilingual documentation. Use when user wants to "publish a skill", "share a skill", "release a skill to GitHub", or asks about skill distribution.
devops-database
Manages PostgreSQL database operations including Alembic migrations (creation, application, rollback), database backups and restoration for both development and production environments, shell access, and pgvector extension management. This skill should be used when creating schema changes, running migrations, backing up data, or troubleshooting database issues.
agent-prompts
Ready-to-use prompt templates for specialized agents. Use when building n8n workflows, AI integrations, or sales materials. Contains structured prompts for automation-architect, llm-engineer, and sales-automator agents.
nest-server-updating
Knowledge base for updating @lenne.tech/nest-server. Use when discussing nest-server updates, upgrades, migrations, breaking changes, or version compatibility. Provides resources, migration guide patterns, and error solutions. For execution, use the nest-server-updater agent.
consulting-peer-llms
Use when user explicitly requests feedback from other LLM tools (Gemini, Codex) on current work - executes peer reviews in parallel and synthesizes responses into actionable insights
claude-context
Carga el archivo CLAUDE_PROMPT.md como contexto para aplicar las instrucciones y mejores prácticas del proyecto. Úsalo cuando el usuario quiera aplicar las guías personalizadas, principios de trabajo, o cuando diga "load claude context", "usa el prompt", "aplica CLAUDE_PROMPT", "/claude" o "/bot".
configuration
Reads config.json and prompts user for application parameters. Merges configuration with defaults for project generation.
compliance-check-agent
Verifies code and configurations comply with security standards and regulations
content-generation-workflow
Automated workflow for generating AI-powered content using agent_codex.py. Handles prompt setup, batch processing, validation, and output management for InsightfulAffiliate and NextGenCopyAI content.
pwa-troubleshooting
Automatically helps debug PWA issues including service workers, caching, offline functionality, and storage problems in VSSK-shadecn
nvidia-nim
NVIDIA NIM inference microservices for deploying AI models with OpenAI-compatible APIs, self-hosted or cloud
ai-security
Automatically applies when securing AI/LLM applications. Ensures prompt injection detection, PII redaction for AI contexts, output filtering, content moderation, and secure prompt handling.
rag-chat-endpoint
Implement the /chat endpoint that performs agent-based RAG reasoning with proper input validation and response formatting.