
jorgealves/agent_skills
36 skills6.7k installs72 starsGitHub
Install
npx skills add https://github.com/jorgealves/agent_skillsSkills in this repo
1Gdpr Ccpa Privacy Auditorgdpr-ccpa-privacy-auditor is a jorgealves/agent_skills transparency checker that compares public privacy policies to technical data collection on web applications. The skill scans for cookie usage, client-side tracking scripts, and user data handling patterns to flag discrepancies that create regulatory exposure under GDPR and CCPA. Developers reach for it during privacy impact assessments, marketing landing launches with new trackers, and M&A due diligence on public sites. Passive URL scanning behaves like a standard browser; optional source_code_path review stays local when configured securely. The skill does not audit physical security, organizational policy documents, or server-only trackers with no client script. It targets publicly reachable endpoints, not internal VPN-only apps without public surfaces.353installs2Python Security Scannerpython-security-scanner is an agent skill for Python teams who need automated security review before merge or deploy. The skill guides static analysis across application code to surface injection flaws, unsafe deserialization patterns, and hardcoded secrets, then checks dependency manifests for known vulnerable packages. Developers reach for python-security-scanner when shipping Python APIs, CLIs, or services and want a structured pre-release pass without manually chaining Bandit, pip-audit, and secret scanners. It fits CI pre-merge gates and local agent-assisted audits on Flask, Django, FastAPI, and library repos where Python security hygiene must be verified consistently.293installs3Prompt 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.245installs4Documentation 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.233installs5Python Data Pipeline DesignerReal engineering skills for data pipeline design covering orchestration, error handling, and composability. Provides patterns for production-grade pipeline implementation.231installs6Pii 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.226installs7Hipaa 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.217installs8License 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.210installs9Secret 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.206installs10Agent 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.204installs11Code 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.196installs12Python 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.193installs13Skill 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.193installs14Module 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.192installs15Python 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.192installs16Pytest 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.187installs17Python 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.187installs18K8s 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.186installs19Python 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.184installs20Industry 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.180installs21Clinical 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.163installs22Python 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.157installs23Python 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.155installs24Poetry 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.154installs25Concept 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.153installs26Database 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.153installs27Pedagogical 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.152installs28Module 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.151installs29Python 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.151installs30Python 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.151installs31Module 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.150installs32Technical 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.150installs33Python 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.149installs34Python 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.148installs35Refactoring 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.148installs36Skill 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.148installs