569 results (6.5ms) page 20 / 29
julianobarbosa / claude-code-skills-repomix exact

Pack entire codebases into AI-friendly files for LLM analysis. Use when consolidating code for AI review, generating codebase summaries, or preparing context for ChatGPT, Claude, or other AI tools.

wwwzhouhui / skills-collection-dify-dsl-generator exact

专业的 Dify 工作流 DSL/YML 文件生成器,根据用户业务需求自动生成完整的 Dify 工作流配置文件,支持各种节点类型和复杂工作流逻辑

daffy0208 / ai-dev-standards-codex-review-workflow exact

Automated code review workflow using OpenAI Codex CLI. Implements iterative fix-and-review cycles until code passes validation or reaches iteration limit. Use when building features requiring...

majiayu000 / claude-arsenal-python-project exact

Modern Python project architecture guide for 2025. Use when creating Python projects (APIs, CLI, data pipelines). Covers uv, Ruff, Pydantic, FastAPI, and async patterns.

defi-naly / skillbank-understanding-deep-learning exact

Simon Prince's comprehensive deep learning framework for understanding neural networks, architectures, and training.

eugenepyvovarov / mcpbundler-agent-skills-marketplace-solana-agent-kit exact

Comprehensive guide for building AI agents that interact with Solana blockchain using SendAI's Solana Agent Kit. Covers 60+ actions, LangChain/Vercel AI integration, MCP server setup, and...

mhagrelius / dotfiles-working-with-ms-agent-framework exact

Use when building AI agents with Microsoft Agent Framework (Semantic Kernel + AutoGen unified); when implementing memory or context providers; when threads won't deserialize; when workflow...

ovachiever / droid-tings-llamaindex exact

Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal...

Ianfr13 / claude-code-plugins-llamaindex exact

Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal...

Dicklesworthstone / agent-flywheel-clawdbot-skills-and-integrations-beads-workflow exact

Converting markdown plans into beads (tasks with dependencies) and polishing them until they're implementation-ready. The bridge between planning and agent swarm execution. Includes exact prompts used.

Mrc220 / agent-flywheel-clawdbot-skills-and-integrations-beads-workflow exact

Converting markdown plans into beads (tasks with dependencies) and polishing them until they're implementation-ready. The bridge between planning and agent swarm execution. Includes exact prompts used.

kesslerio / coding-agent-moltbot-skill exact

Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.

sendaifun / skills-solana-agent-kit exact

Comprehensive guide for building AI agents that interact with Solana blockchain using SendAI's Solana Agent Kit. Covers 60+ actions, LangChain/Vercel AI integration, MCP server setup, and...

dspy 0.00
ovachiever / droid-tings-dspy exact

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming

dspy 0.00
Ianfr13 / claude-code-plugins-dspy exact

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming

ovachiever / droid-tings-guidance exact

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained...

qodex-ai / ai-agent-skills-llm-fine-tuning-guide exact

Master fine-tuning of large language models for specific domains and tasks. Covers data preparation, training techniques, optimization strategies, and evaluation methods. Use when adapting models...

ovachiever / droid-tings-instructor exact

Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor -...