rouroulou/skills
个人 Claude Code skills 集合(plugin marketplace)— 含 feature-test:功能文档驱动测试用例 + UX 双审计 + 优先级测试报告
个人 Claude Code skills 集合(plugin marketplace)— 含 feature-test:功能文档驱动测试用例 + UX 双审计 + 优先级测试报告
npx skills add rouroulou/skills个人 Claude Code skills 集合(plugin marketplace)— 含 feature-test:功能文档驱动测试用例 + UX 双审计 + 优先级测试报告
The Map Everyone's Missing: LLM Knowledge Engineering in 2026 — First unified guide connecting RAG, Context Engineering, Harness Engineering, Skill Systems, Agent Memory, MCP, and Progressive Disclosure
Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.
🛡️ AEGIS v6.0 — AI Agent Team Framework for Claude Code | 8 Personas • 21 Skills • 15 Commands • Persistent Brain • tmux Agent Teams
AI-powered autonomous code debugger built with MERN Stack + Groq AI + MCP — upload your project ZIP, let the AI agent inspect, analyze, and fix bugs step by step.
Defensive Golang coding to prevent panics, silent data corruption, and subtle runtime bugs. Use when encountering nil panics, append aliasing, map concurrent access, float comparison pitfalls, or zero-value design questions. Also use when reviewing code for nil-safety, numeric conversion overflow, resource lifecycle issues (defer in loops), or defensive copying of slices and maps.
Guide for authoring Apollo Federation subgraph schemas. Use this skill when: (1) creating new subgraph schemas for a federated supergraph, (2) defining or modifying entities with @key, (3) sharing types/fields across subgraphs with @shareable, (4) working with federation directives (@external, @requires, @provides, @override, @inaccessible), (5) troubleshooting composition errors, (6) any task involving federation schema design patterns.