Showing 30 of 23033 results
Liz Osborn's canonical patterns library — ONE home for her reusable agents, skills, and tools. Available in every Claude Code session in every project, so the same pattern means the same thing wherever invoked. v0.1.1 (2026-06-16): adds drift-watcher agent — read-only oversight agent for long multi-repo executions, validated in production twice before promotion.
Use /ljg-roundtable <topic> to launch a structured roundtable discussion on any topic
LLM application development with LangGraph, RAG systems, vector search, and AI agent architectures for Claude 4.6 and GPT-5.4
LLM application development with LangGraph, RAG systems, vector search, and AI agent architectures for Claude 4.6 and GPT-5.2
Cut LLM API spend via model routing, prompt caching, prompt compression, and per-feature cost observability. Use when AI costs are too high, choosing between models, or launching an AI feature without cost architecture. NOT for RAG design or prompt quality (separate skills).
5 working methods for llm engineering: agent-memory, mcp-server, prompt-engineering, rag-pipeline, and more
MCP server that offloads bounded LLM tasks from Claude Code to cheaper local (LM Studio, Ollama, vLLM, llama.cpp) or remote (OpenRouter) models. Profile-based configuration with ensemble mode, auto-batching, and secret scanning.
Unified multi-provider LLM gateway: GitHub Copilot, Kimi, MiniMax, GLM
A portable GTD skill for Claude Code: capture / clarify / organize / engage / review over plain-Markdown lists in memory/gtd/. The bundled skill auto-activates; /gtd and /gtd-* commands are included. Calendar writes are confirmation-gated and fail-closed.
Guidance for writing effective LLM prompts and agent instructions, with current per-provider model notes.
logic-master (Codex) and frontend-master (Gemini) skills for code optimization and UI/UX tasks
Build and maintain a persistent LLM-powered wiki/knowledge base. Ingest sources, build interlinked pages, query with citations.
A second brain for Claude Code + Obsidian inspired by Karpathy's LLM Wiki gist. Turn any LLM CLI into a disciplined wiki maintainer: incrementally ingest sources into a persistent, interlinked markdown vault; update entity/concept/source pages; flag contradictions; maintain index and append-only log. Knowledge compounds instead of being re-derived by RAG on every query. Ships 3 sub-agents (wiki-ingestor, wiki-librarian, wiki-linter), 5 slash commands (/wiki-init, /wiki-ingest, /wiki-query, /wiki-lint, /wiki-log), 8 Python tools (stdlib only: init_vault, ingest_source, update_index, append_log, wiki_search BM25, lint_wiki, graph_analyzer, export_marp), 8 reference docs, full vault templates (CLAUDE.md, AGENTS.md, cursorrules, 5 page templates), and a worked example vault. Cross-tool compatible with Claude Code, Codex CLI, Cursor, Antigravity, OpenCode, and Gemini CLI.
A second brain for Claude Code + Obsidian inspired by Karpathy's LLM Wiki gist. Turn any LLM CLI into a disciplined wiki maintainer: incrementally ingest sources into a persistent, interlinked markdown vault; update entity/concept/source pages; flag contradictions; maintain index and append-only log. Knowledge compounds instead of being re-derived by RAG on every query. Ships 3 sub-agents (wiki-ingestor, wiki-librarian, wiki-linter), 5 slash commands (/wiki-init, /wiki-ingest, /wiki-query, /wiki-lint, /wiki-log), 8 Python tools (stdlib only: init_vault, ingest_source, update_index, append_log, wiki_search BM25, lint_wiki, graph_analyzer, export_marp), 8 reference docs, full vault templates (CLAUDE.md, AGENTS.md, cursorrules, 5 page templates), and a worked example vault. Cross-tool compatible with Claude Code, Codex CLI, Cursor, Antigravity, and OpenCode.
Generate a navigable, version-controlled multi-page Markdown wiki from a codebase, engineered for on-demand retrieval as Claude's context while staying human-readable. Two-pass outline-then-fill generation across a parallel agent swarm of planner, diagram author, page writers, and index synthesizer; consumes a code-atlas index as ground truth when present, else self-scans. Pure static Markdown (no embeddings), Mermaid diagrams derived from the dependency graph, per-page source provenance, and git-blob hash-diff staleness detection that regenerates only stale pages. A SessionStart hook loads the wiki index at session start
Knowledge base agent: compiles PDFs, markdown, and repos into a structured wiki, and compounds the agent's own work-lessons (corrections, playbooks, insights, patterns) across projects
Generate and maintain an entity-based knowledge wiki with contradiction management
"CLAUDE.md 구성 골라 담아줘"로 조합형 구성 카탈로그를 제시하고 결정적 설치기(마커 멱등 append·코너 배타)로 대상 폴더에 설치. flavor(claude·codex=AGENTS.md)·반품(--remove, 코너 스왑)·doctor 진단 지원. 새 구성 추가 = 조각 폴더 하나(입점 양식 포함).
Comprehensive loan officer assistant for mortgage and lending professionals — covering borrower intake, pre-qualification, document collection, pipeline management, compliance tracking, rate quoting, and closing coordination across residential, commercial, and consumer lending
面向抵押贷款与信贷从业人员的综合贷款专员助理——覆盖借款人接洽、资格预审、文件收集、管道管理、合规跟踪、利率报价与交割协调,横跨住宅、商业与消费信贷
from IsmaelMartinez/local-brain
Local inter-session IPC channel for Claude Code — lets two or more Claude Code sessions on the same machine exchange messages via a filesystem queue. Each session is identified by LOCAL_IPC_AGENT_NAME env var.
docs/issue/ を低コストモデルのサブコマンド群 (write/list/read/update/migrate) として回す。issue CRUD・INDEX 保守・VCS commit をメインセッションのコンテキストから隔離する。Run docs/issue/ as low-cost-model sub-commands; isolate CRUD/index/commit from the main session.