← all publishers

jorgealves

@jorgealves source repo

34 published skills

  1. Pii Sanitizer · jorgealves bundle
    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.
    1 install
  2. Skill Validator · jorgealves bundle
    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.
    1 install
  3. Pytest Optimizer · jorgealves bundle
    Analyze and optimize pytest suites to improve speed, identify flaky tests, and increase coverage. Use to maintain high-quality, fast-running test pipelines.
    1 install
  4. Poetry Uv Advisor · jorgealves bundle
    Optimize pyproject.toml and resolve complex dependency trees using modern tools like Poetry or uv. Use to modernize Python project management.
    1 install
  5. Python Venv Manager · jorgealves bundle
    Setup and validate Python virtual environments (venv, virtualenv, conda). Use to ensure isolated dependencies and correct Python versions for projects.
    1 install
  6. Python Async Advisor · jorgealves bundle
    Review asynchronous Python code to identify race conditions, deadlocks, and inefficient patterns. Use when working with asyncio, aiohttp, or FastAPI.
    1 install
  7. Secret Leak Detector · jorgealves bundle
    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.
    1 install
  8. Python Config Manager · jorgealves bundle
    Generate and validate environment-based configuration for Python apps using Pydantic or Dynaconf. Use to ensure secure and valid runtime settings.
    1 install
  9. Refactoring Suggester · jorgealves bundle
    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.
    1 install
  10. Hipaa Compliance Guard · jorgealves bundle
    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.
    1 install
  11. K8S Resource Optimizer · jorgealves bundle
    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.
    1 install
  12. Documentation Generator · jorgealves bundle
    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.
    1 install
  13. Pedagogical Code Grader · jorgealves bundle
    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.
    1 install
  14. Python Security Scanner · jorgealves bundle
    Detect common Python vulnerabilities such as SQL injection, unsafe deserialization, and hardcoded secrets. Use as part of a secure SDLC for Python projects.
    1 install
  15. Module Project Generator · jorgealves bundle
    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.
    1 install
  16. Prompt Injection Scanner · jorgealves bundle
    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.
    1 install
  17. Python Formatter Advisor · jorgealves bundle
    Enforce Pythonic standards using Black, Isort, and Flake8. Use to ensure consistency across large Python codebases and team environments.
    1 install
  18. Concept Mastery Validator · jorgealves bundle
    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.
    1 install
  19. Gdpr Ccpa Privacy Auditor · jorgealves bundle
    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.
    1 install
  20. Python Logging Strategist · jorgealves bundle
    Design structured logging systems with context propagation. Use to ensure Python applications are observable and logs are machine-readable.
    1 install
  21. Python Testing Strategist · jorgealves bundle
    Design comprehensive Python test suites including unit, integration, and E2E tests. Use when establishing testing patterns for new or existing Python applications.
    1 install
  22. Skill Dependency Resolver · jorgealves bundle
    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.
    1 install
  23. Technical Debt Visualizer · jorgealves bundle
    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.
    1 install
  24. Agent Capability Discovery · jorgealves bundle
    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.
    1 install
  25. Industry Standard Reviewer · jorgealves bundle
    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.
    1 install
  26. License Compliance Auditor · jorgealves bundle
    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.
    1 install
  27. Python Dependency Resolver · jorgealves bundle
    Analyze and resolve Python package dependency conflicts. Use when pip install fails due to version mismatches or circular dependencies.
    1 install
  28. Python Performance Profiler · jorgealves bundle
    Identify CPU and memory bottlenecks in Python code using cProfile or memory_profiler. Use to optimize mission-critical Python services.
    1 install
  29. Python Type Hints Converter · jorgealves bundle
    Automatically add or improve type annotations in legacy Python code. Use to improve code readability, IDE support, and catch type errors early.
    1 install
  30. Module Class Session Planner · jorgealves bundle
    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.
    1 install
  31. Python Data Pipeline Designer · jorgealves bundle
    Design ETL workflows with data validation using tools like Pandas, Dask, or PySpark. Use when building robust data processing systems in Python.
    1 install
  32. Clinical Trial Schema Designer · jorgealves bundle
    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.
    1 install
  33. Module Learning Path Generator · jorgealves bundle
    Generates structured, career-focused modular curriculums for software engineering students. Use when designing new educational modules or tailoring learning journeys to specific career roles.
    1 install
  34. Database Migration Integrity Checker · jorgealves bundle
    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.
    1 install