jorgealves

jorgealves

@jorgealves

GitHub
33 Skills
66 Total Stars
February 2026 Joined

Public Skills

skill-dependency-resolver

by jorgealves

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.

2 19d ago

industry-standard-reviewer

by jorgealves

Simulates a Senior Engineer PR review to teach professional communication and industry naming standards. Use to prepare students for professional engineering environments and code review cultures.

2 2mo ago

agent-capability-discovery

by jorgealves

Scans all skill directories in the repository to generate a comprehensive global map of agent capabilities, inputs, and outputs. Use when you need to understand the full potential of your agent library or when a master agent needs to decide which sub-agent skill to invoke for a complex task.

Agents 2 4mo ago

concept-mastery-validator

by jorgealves

Verifies alignment between curriculum modules and generated projects to ensure no knowledge gaps. Use to audit the logical flow of a teaching program and ensure students are prepared for assigned tasks.

Code Gen 2 4mo ago

clinical-trial-schema-designer

by jorgealves

Analyzes clinical trial protocols and generates CDISC-compliant (SDTM/ADaM) data schemas. Use when designing data ingestion pipelines for clinical research or preparing regulatory submissions.

Processing 2 4mo ago

code-review-assistant

by jorgealves

Provides automated, context-aware code reviews focusing on logic errors and style violations. Use during Pull Request cycles to identify potential bugs and maintain high code quality standards.

Code Review 2 4mo ago

documentation-generator

by jorgealves

Analyzes source code to automatically generate technical documentation and architecture diagrams. Use to maintain up-to-date API references and onboarding materials for engineering teams.

API Dev 2 4mo ago

database-migration-integrity-checker

by jorgealves

Audits SQL migration files for destructive actions, potential table locks, and compatibility issues. Use before applying migrations to production databases to prevent downtime and ensure data integrity.

CI/CD 2 4mo ago

gdpr-ccpa-privacy-auditor

by jorgealves

Audits web applications to ensure declared privacy policies match actual technical data collection practices. Use to identify discrepancies in cookie usage, tracking scripts, and user data handling.

Code Review 2 4mo ago

k8s-resource-optimizer

by jorgealves

Analyzes Kubernetes resource usage metrics and historical data to suggest optimal CPU and Memory requests and limits. Use to reduce cloud costs, prevent OOMKills, and improve overall cluster reliability by right-sizing your deployments.

Processing 2 4mo ago

hipaa-compliance-guard

by jorgealves

Audits HealthTech applications for HIPAA technical safeguards like encryption and audit logging. Use when reviewing healthcare infrastructure or ensuring PHI is handled according to legal security standards.

Code Review 2 4mo ago

module-learning-path-generator

by jorgealves

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

Auth 2 4mo ago

license-compliance-auditor

by jorgealves

Scans project dependencies and verifies licenses against a whitelist of approved open-source licenses. Use to ensure legal compliance in software projects and prevent the introduction of restricted licenses.

CI/CD 2 4mo ago

module-project-generator

by jorgealves

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.

Code Gen 2 4mo ago

module-class-session-planner

by jorgealves

Creates detailed lesson plans for teaching sessions including timing, talking points, and exercises. Use when preparing for live coding sessions or workshops for junior developers.

Auth 2 4mo ago

pii-sanitizer

by jorgealves

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.

Processing 2 4mo ago

python-config-manager

by jorgealves

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

Code Gen 2 4mo ago

pytest-optimizer

by jorgealves

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

Performance 2 4mo ago

poetry-uv-advisor

by jorgealves

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

Performance 2 4mo ago

pedagogical-code-grader

by jorgealves

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.

Code Review 2 4mo ago

prompt-injection-scanner

by jorgealves

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.

Agents 2 4mo ago

python-data-pipeline-designer

by jorgealves

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

Processing 2 4mo ago

python-formatter-advisor

by jorgealves

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

Code Gen 2 4mo ago

python-async-advisor

by jorgealves

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

Code Gen 2 4mo ago

python-dependency-resolver

by jorgealves

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

Code Gen 2 4mo ago

python-logging-strategist

by jorgealves

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

Code Gen 2 4mo ago

python-security-scanner

by jorgealves

Detect common Python vulnerabilities such as SQL injection, unsafe deserialization, and hardcoded secrets. Use as part of a secure SDLC for Python projects.

Database 2 4mo ago

python-type-hints-converter

by jorgealves

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

Comments 2 4mo ago

refactoring-suggester

by jorgealves

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.

Processing 2 4mo ago

skill-validator

by jorgealves

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.

Agents 2 4mo ago

python-package-migrator

by jorgealves

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

Code Gen 2 4mo ago

technical-debt-visualizer

by jorgealves

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.

Git & VCS 2 4mo ago

python-performance-profiler

by jorgealves

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

Performance 2 4mo ago