jorgealves
- 34 skills
- 0 followers
- 1 week ago last updated
- ▌ Pii Sanitizer · jorgealves bundleDetects 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.
- ▌ Skill Validator · jorgealves bundleValidates 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.
- ▌ Pytest Optimizer · jorgealves bundleAnalyze and optimize pytest suites to improve speed, identify flaky tests, and increase coverage. Use to maintain high-quality, fast-running test pipelines.
- ▌ Poetry Uv Advisor · jorgealves bundleOptimize pyproject.toml and resolve complex dependency trees using modern tools like Poetry or uv. Use to modernize Python project management.
- ▌ Python Venv Manager · jorgealves bundleSetup and validate Python virtual environments (venv, virtualenv, conda). Use to ensure isolated dependencies and correct Python versions for projects.
- ▌ Python Async Advisor · jorgealves bundleReview asynchronous Python code to identify race conditions, deadlocks, and inefficient patterns. Use when working with asyncio, aiohttp, or FastAPI.
- ▌ Secret Leak Detector · jorgealves bundleScans 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.
- ▌ Python Config Manager · jorgealves bundleGenerate and validate environment-based configuration for Python apps using Pydantic or Dynaconf. Use to ensure secure and valid runtime settings.
- ▌ Refactoring Suggester · jorgealves bundleIdentifies 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.
- ▌ Hipaa Compliance Guard · jorgealves bundleAudits 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.
- ▌ K8S Resource Optimizer · jorgealves bundleAnalyzes 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.
- ▌ Documentation Generator · jorgealves bundleAnalyzes source code to automatically generate technical documentation and architecture diagrams. Use to maintain up-to-date API references and onboarding materials for engineering teams.
- ▌ Pedagogical Code Grader · jorgealves bundleEvaluates student code submissions based on conceptual mastery rather than just correctness. Use to provide high-quality educational feedback on architectural patterns and programming logic.
- ▌ Python Security Scanner · jorgealves bundleDetect common Python vulnerabilities such as SQL injection, unsafe deserialization, and hardcoded secrets. Use as part of a secure SDLC for Python projects.
- ▌ Module Project Generator · jorgealves bundleGenerates end-to-end student projects that reinforce specific modular learning objectives. Use to create professional-grade portfolio pieces and assessment tasks for engineering mentees.
- ▌ Prompt Injection Scanner · jorgealves bundleAudits 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.
- ▌ Python Formatter Advisor · jorgealves bundleEnforce Pythonic standards using Black, Isort, and Flake8. Use to ensure consistency across large Python codebases and team environments.
- ▌ Concept Mastery Validator · jorgealves bundleVerifies 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.
- ▌ Gdpr Ccpa Privacy Auditor · jorgealves bundleAudits 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.
- ▌ Python Logging Strategist · jorgealves bundleDesign structured logging systems with context propagation. Use to ensure Python applications are observable and logs are machine-readable.
- ▌ Python Testing Strategist · jorgealves bundleDesign comprehensive Python test suites including unit, integration, and E2E tests. Use when establishing testing patterns for new or existing Python applications.
- ▌ Skill Dependency Resolver · jorgealves bundleIdentifies 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.
- ▌ Technical Debt Visualizer · jorgealves bundleGenerates 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.
- ▌ Agent Capability Discovery · jorgealves bundleScans 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.
- ▌ Industry Standard Reviewer · jorgealves bundleSimulates 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.
- ▌ License Compliance Auditor · jorgealves bundleScans 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.
- ▌ Python Dependency Resolver · jorgealves bundleAnalyze and resolve Python package dependency conflicts. Use when pip install fails due to version mismatches or circular dependencies.
- ▌ Python Performance Profiler · jorgealves bundleIdentify CPU and memory bottlenecks in Python code using cProfile or memory_profiler. Use to optimize mission-critical Python services.
- ▌ Python Type Hints Converter · jorgealves bundleAutomatically add or improve type annotations in legacy Python code. Use to improve code readability, IDE support, and catch type errors early.
- ▌ Module Class Session Planner · jorgealves bundleCreates detailed lesson plans for teaching sessions including timing, talking points, and exercises. Use when preparing for live coding sessions or workshops for junior developers.
- ▌ Python Data Pipeline Designer · jorgealves bundleDesign ETL workflows with data validation using tools like Pandas, Dask, or PySpark. Use when building robust data processing systems in Python.
- ▌ Clinical Trial Schema Designer · jorgealves bundleAnalyzes clinical trial protocols and generates CDISC-compliant (SDTM/ADaM) data schemas. Use when designing data ingestion pipelines for clinical research or preparing regulatory submissions.
- ▌ Module Learning Path Generator · jorgealves bundleGenerates structured, career-focused modular curriculums for software engineering students. Use when designing new educational modules or tailoring learning journeys to specific career roles.
- ▌ Database Migration Integrity Checker · jorgealves bundleAudits 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.