Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

modular-rl

modular-rl에는 epicgamer17에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
2
업데이트
2026-03-16
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

code-quality-analysis-with-pmat
소프트웨어 품질 보증 분석가·테스터

Analyzes code quality, complexity, and technical debt using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: - User mentions "code quality", "complexity", "technical debt", "grades", or "health score" - Reviewing code, refactoring, or conducting root cause analysis (Five Whys) - Creating pull requests or preparing commits - Investigating performance or quality issues Supports 25+ languages including Rust, Python, TypeScript, JavaScript, Go, C++, Java, etc. Provides Technical Debt Grading (TDG), Repo Health Scores, 5-Whys debugging, cyclomatic/cognitive complexity, and dead code detection.

2026-03-16
run-smoke-test
소프트웨어 품질 보증 분석가·테스터

Run a quick smoke test to verify the RL framework is working end-to-end. Use when checking basic functionality after changes or before committing.

2026-03-16
inspect-config
소프트웨어 개발자

Locates and reads configuration files for agents (e.g., MuZero, PPO) or games (e.g., CartPole, Atari). Use this to check hyperparameters or network settings.

2026-02-17
agent-setup
소프트웨어 개발자

Instructions for the agent on how to run python scripts correctly in this environment.

2026-02-05
code-quality
소프트웨어 품질 보증 분석가·테스터

Runs static analysis (pylint) on Python files to ensure code quality standards are met. Use this before finalizing any code changes or when the user asks to "check the code".

2026-02-05
deep-context-generation-with-pmat
소프트웨어 개발자

Generates comprehensive, LLM-optimized codebase context using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: - Starting work on unfamiliar codebases - Onboarding to new projects or repositories - Need quick understanding of project architecture - Preparing for refactoring or feature implementation - Creating documentation or technical specifications Outputs highly compressed markdown (60-80% reduction) optimized for LLM consumption. Supports 25+ languages with architecture visualization, complexity heatmaps, and dependency graphs.

2026-02-05
multi-language-project-analysis-with-pmat
소프트웨어 개발자

Analyzes polyglot codebases with multiple programming languages using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: - Working with projects containing multiple programming languages - Assessing cross-language integration patterns and quality - Understanding language distribution and architectural boundaries - Comparing quality metrics across language ecosystems - Identifying language-specific best practices violations Supports 25+ languages including Rust, Python, TypeScript, JavaScript, Go, C++, Java, Ruby, PHP, Swift, Kotlin, C, C#, Scala, Haskell, Elixir, Clojure, Dart, Lua, R, and more. Provides unified quality assessment across heterogeneous codebases.

2026-02-05
automated-refactoring-with-pmat
소프트웨어 개발자

Provides automated refactoring suggestions and complexity reduction strategies using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: - User requests code refactoring, optimization, or improvement - Complexity analysis reveals high-complexity functions (cyclomatic > 10) - Code review identifies maintainability issues - Technical debt needs to be addressed systematically - Preparing legacy code for modernization Supports 25+ languages with data-driven refactoring recommendations based on complexity metrics, mutation testing results, and industry best practices (Fowler's refactoring catalog).

2026-02-05
technical-debt-tracking-with-pmat
소프트웨어 개발자

Tracks and manages technical debt using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: - User asks about technical debt, TODO comments, or code quality issues - Planning sprint work and need to prioritize debt repayment - Conducting code audits or technical debt assessments - Tracking debt accumulation trends over time - Creating technical debt reports for stakeholders Detects SATD (Self-Admitted Technical Debt) annotations: TODO, FIXME, HACK, XXX, NOTE comments. Provides debt quantification in hours, prioritization by severity, and repayment tracking.

2026-02-05
tdd-workflow
소프트웨어 품질 보증 분석가·테스터

Orchestrates a Test-Driven Development workflow for Machine Learning. It enforces writing tests before code, verifying failures, and ensuring >80% coverage on new features (Agents, Buffers, Custom Layers).

2026-02-05
verify-compliance
소프트웨어 품질 보증 분석가·테스터

Compares current code changes (git diff) against the project's engineering rules located in .agent/rules/. Use this to perform a self-check before finalizing tasks.

2026-02-05