
jorgealves/agent_skills
36 skills5.1k installsGitHub
Install
npx skills add https://github.com/jorgealves/agent_skillsSkills in this repo
1Gdpr Ccpa Privacy Auditorgdpr-ccpa-privacy-auditor systematically reviews product and documentation artifacts for GDPR and CCPA alignment, including lawful basis, transparency, user rights, vendor chains, and cookie or tracking disclosures. It outputs actionable gaps so teams can fix compliance blockers before shipping customer-facing services.244installs2Python Security ScannerScans Python projects for application and supply-chain security issues, including vulnerable dependencies, unsafe code patterns, and leaked secrets, providing actionable remediation before production deployment.241installs3Prompt Injection Scannerprompt-injection-scanner analyzes untrusted text bound for LLM agents and RAG pipelines to surface jailbreaks, hidden instructions, and tool-abuse attempts. It supports pre-release hardening of chat, email, and document ingestion paths where a single malicious payload could override system policies or leak secrets.205installs4Documentation Generatordocumentation-generator from jorgealves/agent_skills automates creation and updating of technical documentation from repository structure and code, reducing manual README drift and giving agents consistent patterns for API and module docs.189installs5Pii Sanitizerpii-sanitizer helps teams find and remove personally identifiable information from logs, prompts, fixtures, and exports using pattern-aware redaction strategies. It reduces regulatory exposure and vendor data-sharing risk while keeping sanitized artifacts usable for debugging, analytics, and agent training workflows.180installs6Hipaa Compliance GuardGuides agents through HIPAA Technical Safeguard checks for apps that store or transmit protected health information, covering encryption, access controls, audit trails, and release-blocking compliance gaps.170installs7Secret Leak DetectorAgent skill that scans codebases, logs, and generated artifacts for accidentally committed secrets like API keys, tokens, and passwords, helping teams block credential leaks during review and before launch.164installs8Agent Capability Discoveryagent-capability-discovery from jorgealves/agent_skills helps teams audit an agent's current toolbox and integration surface, producing a clear map of strengths, gaps, and next capabilities to add before prototyping or coding.157installs9Code Review AssistantProvides an AI code-review assistant for pull requests and local changes: analyze diffs, flag bugs and security issues, check tests and style, and output prioritized, actionable feedback before merge or release.155installs10License Compliance AuditorAudits open-source license compliance across Python and general dependency graphs, identifying incompatible licenses, missing notices, and redistribution risks before code ships to production or customers.153installs11Python Venv ManagerGuides creation and management of Python virtual environments tailored for agent skill repositories, ensuring dependency isolation, reproducible package installs, and clean activation workflows during local development and skill execution.149installs12Module Learning Path GeneratorGenerates prerequisite-aware learning paths across educational modules, sequencing topics, difficulty, and milestones so agents can propose coherent curricula before detailed session or project authoring begins.148installs13Python Async AdvisorPython agent skill advising on asyncio architecture for backend code, covering event loops, task orchestration, cancellation, and safe IO-bound concurrency when building or refactoring async APIs and workers.147installs14Python Performance ProfilerProfiles Python applications to locate CPU, memory, and I/O bottlenecks using standard profilers and tracing, then recommends targeted fixes so APIs and services meet latency and throughput targets before ship.147installs15Skill ValidatorReviews and validates Claude Code-style agent skills for structural compliance, clear triggers, safe scope, bundled resources, and consistent metadata so skills load reliably and do not mislead coding agents during real tasks.144installs16K8s Resource Optimizerk8s-resource-optimizer inspects Kubernetes workload manifests and runtime signals to recommend tighter CPU and memory requests, limits, and QoS classes. It targets cost reduction, fewer evictions, and more predictable autoscaling while preserving headroom for bursty services in production clusters.143installs17Python Dependency Resolverpython-dependency-resolver diagnoses incompatible Python package constraints and recommends concrete version sets that satisfy pyproject, requirements, and lockfile inputs. It accelerates broken-environment recovery in CI and local dev by explaining transitive conflicts and suggesting minimal, testable dependency upgrades.142installs18Pytest OptimizerOptimizes pytest suites by restructuring fixtures, parametrization, markers, and parallel execution to cut CI time, eliminate flaky failures, and keep backend and API test gates reliable before release.141installs19Industry Standard Reviewerindustry-standard-reviewer evaluates pull requests and patches against broadly accepted software engineering practices, spanning readability, testing discipline, error handling, and operational readiness. It helps teams enforce consistent quality bars during code review without relying solely on automated formatters or ad-hoc opinions.139installs20Clinical Trial Schema Designerclinical-trial-schema-designer guides agents to produce rigorous database schemas for regulated clinical studies, covering subjects, sites, arms, visits, forms, and endpoints. It emphasizes auditability, referential integrity, and standards-aware naming so trial data can feed EDC, analytics, and compliance reporting.128installs21Python Logging StrategistStrategizes Python logging for services and CLIs, defining structured formats, handler layouts, correlation IDs, and safe production defaults so backends stay debuggable without noisy or leaky logs.126installs22Pedagogical Code GraderProvides pedagogical code grading that evaluates submissions against learning objectives and rubrics, delivering constructive feedback on correctness, readability, and conceptual understanding for educators and training programs.125installs23Concept Mastery ValidatorAgent skill that validates learner concept mastery for educational modules by defining rubrics, checking prerequisites, and surfacing knowledge gaps before advancing to new sessions or projects.124installs24Database Migration Integrity Checkerdatabase-migration-integrity-checker from jorgealves/agent_skills guides automated validation of SQL or ORM migrations, ensuring schemas stay consistent, constraints hold, and risky changes are flagged before deployment to staging or production.124installs25Python Formatter AdvisorAdvises on Python formatting and lint tooling choices, including Black, Ruff, and isort conventions, so teams enforce consistent style through review and CI before shipping Python codebases.124installs26Python Package MigratorGuides systematic Python package and dependency migration: assess current manifests, choose target tooling, sequence version bumps, rewrite imports, and validate with tests so upgrades land cleanly in monorepos and services.123installs27Module Class Session PlannerPlans structured class sessions for training modules, breaking objectives into timed activities, materials, and checks so agents or instructors can deliver consistent, assessable lessons across a course.122installs28Module Project GeneratorBuilds hands-on project assignments for training modules, producing briefs, acceptance criteria, and scaffolding so learners apply concepts through realistic exercises aligned to module learning goals.122installs29Poetry Uv AdvisorAdvises on Poetry and uv for Python projects, helping choose tooling, configure pyproject.toml and lockfiles, set up virtual environments, and align CI installs for reproducible backend and CLI builds.122installs30Python Testing StrategistHelps Python teams architect testing strategy: pick frameworks, structure directories, design fixtures and markers, set coverage goals, and wire CI so agents and developers ship reliable pytest suites for APIs, CLIs, and libraries.122installs31Python Type Hints ConverterConverts and adds Python type hints across backend modules to strengthen static analysis, IDE assistance, and refactor safety, aligning annotations with mypy or pyright expectations in maturing codebases.122installs32Technical Debt VisualizerTechnical-debt-visualizer is an agent skill that aggregates code-health signals into visual summaries of where debt concentrates across a codebase. It helps SaaS, API, and CLI teams in operate/iterate cycles prioritize refactors with clearer evidence than ad-hoc grep or anecdotal review.122installs33Python Config ManagerHelps design and implement Python configuration systems with validated settings, environment overrides, and secrets discipline so backend apps boot consistently across local, staging, and production deployments.121installs34Refactoring SuggesterRefactoring-suggester is an agent skill that inspects code structure and recommends targeted improvements such as method extraction, renaming, and simplification. It is aimed at teams maintaining SaaS, API, or CLI codebases who want automated, context-aware refactor ideas during iteration rather than one-off rewrites.121installs35Skill Dependency ResolverSkill-dependency-resolver is an agent skill that determines prerequisite relationships and load order among other skills in an agent stack. It targets builders composing multi-capability agents who need deterministic orchestration instead of manually guessing which skills must be present together.120installs36Python Data Pipeline Designerpython-data-pipeline-designer is a Claude Code skill for design & ui/ux. It helps solo builders move faster with AI-assisted coding.1installs