Showing 30 of 15462 results
Unified multi-provider LLM gateway: GitHub Copilot, Kimi, MiniMax, GLM
智能工作流管理助手- 使用 MCP 工具直接管理计划、待办和记忆(需提前安装 llm-memory 工具)
from iButters/ClaudeCodePlugins
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, and OpenCode.
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
Maintains docs/ in the Karpathy-style LLM-wiki standard. Generates docs/llms.txt (flat machine-readable index conforming to llmstxt.org), validates broken links, enforces a minimum front-matter in new .md files (title, status, updated, related), groups orphan docs. Use when the user says "update docs index", "generate llms.txt", "audit docs", "organize wiki", "cure documentation", or after adding/renaming a file in docs/.
Antes de tocar cualquier dominio web, busca su /llms.txt, lo lee completo como manual operativo y descubre las skills que publica (RFC ## Skills).
Load testing setup, execution, and analysis with k6, Artillery, or Locust. Generates test scripts, defines VU ramp-up scenarios, interprets p99 latency and error rate results, and suggests infrastructure fixes. Use when user wants to load test an API, check throughput limits, validate SLO headroom, or diagnose performance under traffic.
Load testing orchestration plugin. Manages k6 and Artillery test suites, schedules nightly soak tests, stores historical performance baselines, detects performance regressions between releases, and generates Grafana-compatible performance reports. Tracks p50/p95/p99 trends over time.
from IsmaelMartinez/local-brain
from densom/claude-1password
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.
from IvanLutsenko/awac-claude-code-plugins