Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
sou
语义代码搜索,augment-context-engine
WenJunDuan/Rlues 166
-
memory
项目记忆管理,跨会话持久化
WenJunDuan/Rlues 166
-
deepwiki
技术文档查询,框架/库研究
WenJunDuan/Rlues 166
-
codex
代码执行主力,所有代码变更通过此技能
WenJunDuan/Rlues 166
-
devtools
浏览器调试测试,仅用户要求时使用
WenJunDuan/Rlues 166
-
meeting
多角色虚拟会议,任务分析与规划
WenJunDuan/Rlues 166
-
thinking
深度推理,第一性原理分析
WenJunDuan/Rlues 166
-
sou
语义代码搜索,augment-context-engine
WenJunDuan/Rlues 166
-
memory
记忆管理,但文件系统是唯一真理
WenJunDuan/Rlues 166
-
verification
验证回路,质量保障核心
WenJunDuan/Rlues 166
-
codex
代码执行主力,Talk is cheap, show me the code
WenJunDuan/Rlues 166
-
meeting
本地模拟会议,多角色协作
WenJunDuan/Rlues 166
-
knowledge-bridge
知识桥接,公司规范索引,反模式库
WenJunDuan/Rlues 166
-
phase-router
Intent recognition and workflow routing. Analyzes user input to determine
task type and routes to appropriate agent. Core decision layer.
WenJunDuan/Rlues 166
-
continuous-learning
Auto-extract reusable patterns from coding sessions. Activates on session end
or when /learn command is invoked. Identifies successful patterns, debugging
solutions, and architectural decisions worth preserving for future sessions.
WenJunDuan/Rlues 166
-
verification-loop
Checkpoint-based verification for code quality assurance. Use for: running
verification loops, saving checkpoints, evaluating implementations against
acceptance criteria. Commands: /verify, /checkpoint.
WenJunDuan/Rlues 166
-
context7
Intelligent library documentation fetcher using Context7 MCP tools.
Auto-activates when: writing code with external libraries, needing API docs,
setting up frameworks, or requesting code examples with specific packages.
Fetches up-to-date, version-specific documentation to prevent hallucinated APIs.
WenJunDuan/Rlues 166
-
memory
Dual-track memory system combining file-based state (.ai_state/) with
Memory MCP for cross-session persistence. Handles session lifecycle,
context restoration, and state synchronization.
WenJunDuan/Rlues 166
-
service-analysis
Service understanding and analysis. Provides service overview, business
analysis, architecture analysis, and operations analysis. Use when onboarding
to a codebase or understanding service boundaries.
WenJunDuan/Rlues 166
-
code-quality
Code quality assurance with Linus-style review principles. Enforces
simplicity, good naming, proper error handling, and "good taste".
Integrates with verification-loop for automated checks.
WenJunDuan/Rlues 166
-
multi-ai
Multi-AI coordination for Claude Code, Codex CLI, and Gemini CLI.
Handles task delegation, context handoff, and result synchronization
across different AI engines. Works with orchestrator.yaml.
WenJunDuan/Rlues 166
-
strategic-compact
Intelligent context window management with strategic compaction suggestions.
Monitors context usage and suggests /compact at logical boundaries. Saves
state before compaction to enable recovery.
WenJunDuan/Rlues 166
-
knowledge-base
External knowledge base reader. Loads project docs, dev standards, company
requirements from .knowledge/ directory. Auto-invoked during requirement
analysis, design, and code review phases.
WenJunDuan/Rlues 166
-
experience
Experience management for pattern retrieval and deposit. Searches past
solutions before development, deposits new patterns after completion.
Works with continuous-learning skill for auto-extraction.
WenJunDuan/Rlues 166