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

agent_skills

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

수집된 skills
23
Stars
2
업데이트
2026-01-25
Forks
1
직업 범위
직업 카테고리 7개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

module-learning-path-generator
교수학습 조정관

Generates structured, career-focused modular curriculums for software engineering students. Use when designing new educational modules or tailoring learning journeys to specific career roles.

2026-01-25
module-project-generator
고등교육 공학 교원

Generates end-to-end student projects that reinforce specific modular learning objectives. Use to create professional-grade portfolio pieces and assessment tasks for engineering mentees.

2026-01-25
pedagogical-code-grader
고등교육 컴퓨터공학 교원

Evaluates student code submissions based on conceptual mastery rather than just correctness. Use to provide high-quality educational feedback on architectural patterns and programming logic.

2026-01-25
pii-sanitizer
소프트웨어 개발자

Detects and redacts Personally Identifiable Information (PII) like emails, phone numbers, and credit cards. Use when cleaning logs, datasets, or communications to comply with GDPR/CCPA privacy standards.

2026-01-25
poetry-uv-advisor
소프트웨어 개발자

Optimize pyproject.toml and resolve complex dependency trees using modern tools like Poetry or uv. Use to modernize Python project management.

2026-01-25
prompt-injection-scanner
정보 보안 분석가

Audits agent skill instructions and system prompts for vulnerabilities to prompt hijacking and indirect injection. Use when designing new agent skills or before deploying agents to public environments where users provide untrusted input.

2026-01-25
pytest-optimizer
소프트웨어 품질 보증 분석가·테스터

Analyze and optimize pytest suites to improve speed, identify flaky tests, and increase coverage. Use to maintain high-quality, fast-running test pipelines.

2026-01-25
python-async-advisor
소프트웨어 개발자

Review asynchronous Python code to identify race conditions, deadlocks, and inefficient patterns. Use when working with asyncio, aiohttp, or FastAPI.

2026-01-25
python-config-manager
소프트웨어 개발자

Generate and validate environment-based configuration for Python apps using Pydantic or Dynaconf. Use to ensure secure and valid runtime settings.

2026-01-25
python-data-pipeline-designer
데이터 과학자

Design ETL workflows with data validation using tools like Pandas, Dask, or PySpark. Use when building robust data processing systems in Python.

2026-01-25
python-dependency-resolver
소프트웨어 개발자

Analyze and resolve Python package dependency conflicts. Use when pip install fails due to version mismatches or circular dependencies.

2026-01-25
python-formatter-advisor
소프트웨어 개발자

Enforce Pythonic standards using Black, Isort, and Flake8. Use to ensure consistency across large Python codebases and team environments.

2026-01-25
python-logging-strategist
소프트웨어 개발자

Design structured logging systems with context propagation. Use to ensure Python applications are observable and logs are machine-readable.

2026-01-25
python-package-migrator
소프트웨어 개발자

Plan and execute upgrades for Python libraries, handling breaking changes. Use when performing major version bumps for frameworks like Django or FastAPI.

2026-01-25
python-performance-profiler
소프트웨어 개발자

Identify CPU and memory bottlenecks in Python code using cProfile or memory_profiler. Use to optimize mission-critical Python services.

2026-01-25
python-testing-strategist
소프트웨어 품질 보증 분석가·테스터

Design comprehensive Python test suites including unit, integration, and E2E tests. Use when establishing testing patterns for new or existing Python applications.

2026-01-25
python-type-hints-converter
소프트웨어 개발자

Automatically add or improve type annotations in legacy Python code. Use to improve code readability, IDE support, and catch type errors early.

2026-01-25
python-venv-manager
소프트웨어 개발자

Setup and validate Python virtual environments (venv, virtualenv, conda). Use to ensure isolated dependencies and correct Python versions for projects.

2026-01-25
refactoring-suggester
소프트웨어 개발자

Identifies code smells and provides step-by-step refactoring recipes. Use when improving legacy code maintainability or teaching students how to apply Clean Code and SOLID principles.

2026-01-25
secret-leak-detector
정보 보안 분석가

Scans source code, configuration files, and git history for hardcoded credentials, API keys, and tokens. Use when auditing repositories for security leaks or ensuring sensitive data is not committed to version control.

2026-01-25
skill-dependency-resolver
소프트웨어 개발자

Identifies and manages execution dependencies between agent skills by analyzing their inputs and outputs. Use when building multi-step agent workflows to ensure skills are executed in the correct order and that all required data is available.

2026-01-25
skill-validator
소프트웨어 품질 보증 분석가·테스터

Validates agent skill definitions against agentskills.io and AGENTS.md rules. Use when creating or modifying skills to ensure they are machine-readable and documentation-complete.

2026-01-25
technical-debt-visualizer
소프트웨어 품질 보증 분석가·테스터

Generates a heat-map and metrics report of a repository based on code complexity, lack of tests, and 'TODO/FIXME' density. Use when you need to identify high-risk areas for refactoring or when planning technical debt reduction sprints.

2026-01-25