← all publishers

davila7

@davila7 source repo

54 published skills

  1. Github Workflow Automation · davila7
    Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating GitHub workflows, setting up PR review automation, creating GitHub Actions, or triaging issues.
    0
    installs
  2. Changelog Entry 2 · davila7
    Draft the changelog entry for all unreleased commits in Keep a Changelog format. Groups commits into Added, Changed, Fixed, Removed, and Security. Use before releasing a new version or when updating CHANGELOG.md.
    0
    installs
  3. Publish 2 · davila7
    Push the current branch and all tags to origin, then create a GitHub release using the latest tag and its CHANGELOG.md entry. Use after tag-version to complete a release.
    0
    installs
  4. Release 2 · davila7
    Run the complete release workflow: changelog entry, version bump, git tag, and GitHub release. Invokes changelog-entry, tag-version, and publish in sequence. Use when releasing a new version of the project.
    0
    installs
  5. Tag Version 2 · davila7
    Bump the package version and create an annotated git tag. Accepts a semantic version number (1.2.0) or a bump type (patch, minor, major). Does not push — use the publish skill to push. Use as part of a release workflow.
    0
    installs
  6. Skills Architecture Dashboard · davila7
    Builds an interactive HTML dashboard visualizing the Agent Skills ecosystem by fetching live data from github.com/agentskills/agentskills. Use this skill whenever the user wants to explore, research, or visualize Skills architecture, the SKILL.md spec, ecosystem adoption, repo stats, or any Skills intelligence dashboard. Trigger when the user mentions "skills dashboard", "skills ecosystem", "skills architecture overview", "agentskills repo", or wants to analyze how different tools implement Agent Skills. Optimized for Perplexity Computer — Computer fetches all data live, no static files required.
    0
    installs
  7. Parallel Investigator · davila7
    Investigate two separate areas of the codebase simultaneously and combine findings into a comparison report. Use when you need research on two independent topics at once, want to compare two subsystems, or need to understand how two components relate to each other.
    0
    installs
  8. PDF Toolkit · davila7 bundle
    Extract text and tables from PDFs, fill PDF form fields programmatically, and merge multiple PDF files into one. Use when working with PDF documents, form filling, document extraction, splitting, or any PDF manipulation task.
    0
    installs
  9. Dependency Audit · davila7 bundle
    Audit npm or pip dependencies for outdated packages and known vulnerabilities. Use when checking package health, preparing for a release, reviewing dependencies before merging a PR, or when asked about outdated packages or security advisories.
    0
    installs
  10. Code Quality Audit · davila7
    Run a comprehensive code quality audit covering security, performance, and maintainability. Use for quarterly audits, pre-release reviews, or when onboarding to a large codebase.
    0
    installs
  11. Publish · davila7
    Push the current branch and all tags to origin, then create a GitHub release using the latest tag and its CHANGELOG.md entry. Use after tag-version to complete a release.
    0
    installs
  12. Release · davila7
    Run the complete release workflow: changelog entry, version bump, git tag, and GitHub release. Invokes changelog-entry, tag-version, and publish in sequence. Use when releasing a new version of the project.
    0
    installs
  13. Tag Version · davila7
    Bump the package version and create an annotated git tag. Accepts a semantic version number (1.2.0) or a bump type (patch, minor, major). Does not push — use the publish skill to push. Use as part of a release workflow.
    0
    installs
  14. Error Handling · davila7
    Error handling patterns for API endpoints. Use when implementing error handling, writing middleware, or reviewing how errors are caught and formatted in API code.
    0
    installs
  15. API Conventions · davila7
    REST API design conventions for this codebase. Use when writing or reviewing API endpoints, route definitions, response formatting, or client code that calls the API.
    0
    installs
  16. Summarize Changes Headless · davila7
    Summarizes uncommitted git changes in a concise machine-readable format. Use in CI pipelines, scripts, or headless invocations where the output will be piped or captured.
    0
    installs
  17. Explain Code · davila7
    Explains code in plain language for someone unfamiliar with the programming language. Use when asked to explain code, walk through logic, describe what a function does, or when the user says "explain this" or "walk me through this".
    0
    installs
  18. Hello Skill · davila7
    Explains what a skill is and demonstrates that skills are working. Use when testing skills, when asked about skills, or when asked to demonstrate how skills work.
    0
    installs
  19. Python Deploy · davila7
    Deploy a Python project to the target environment. Runs pytest, builds the wheel, and pushes a deployment tag. Only invoke manually when ready to deploy.
    0
    installs
  20. Rename Symbol · davila7
    Rename a code symbol (variable, function, class) across a specified scope.
    0
    installs
  21. Project Conventions · davila7
    Lists the conventions for this project and demonstrates the project scope for Claude Code skills. Use when asked about project conventions, code style, or as a demonstration of project-scoped skills.
    0
    installs
  22. Personal Greeting · davila7
    Demonstrates the personal scope for Claude Code skills. Use when testing personal-scoped skills or when the user wants to understand the difference between personal and project skill scopes.
    0
    installs
  23. Summarize Changes · davila7
    Summarizes uncommitted git changes and flags anything risky. Use when the user asks what changed, wants a commit message draft, or asks to review their diff before committing.
    0
    installs
  24. Migration Guard · davila7
    Review database migration files for naming conventions and dangerous operations. Auto-activates for migration files.
    0
    installs
  25. Fix Issue · davila7
    Fix a GitHub issue by number. Reads the issue, implements a fix, and prepares a commit.
    0
    installs
  26. Branch From Issue · davila7
    Create a git branch named after a GitHub issue.
    0
    installs
  27. Security Scan · davila7
    Scan the codebase for common security issues: hardcoded secrets, SQL injection vectors, XSS, unvalidated inputs, and insecure defaults. Use before deploying, as part of code quality review, or when asked to check for security issues.
    0
    installs
  28. Commit Message · davila7
    Generate a conventional commit message for the current staged git changes. Use when the user wants to commit, asks for a commit message, or asks what to write for a commit.
    0
    installs
  29. Pr Description · davila7
    Write a pull request description with summary, motivation, and test plan. Use when creating a PR, asked for a PR description, or preparing to submit a pull request.
    0
    installs
  30. Adr Writer · davila7
    Write an Architecture Decision Record (ADR) document for a technical decision. Use when documenting a technical choice, architectural decision, or design decision.
    0
    installs
  31. Changelog Entry · davila7
    Draft a CHANGELOG.md entry for the current changes in Keep a Changelog format. Use when releasing, tagging a version, or updating CHANGELOG.md.
    0
    installs
  32. Safe Commit · davila7
    Stage all changes and create a conventional commit with a generated message. Use when ready to commit and want automated staging and commit message generation.
    0
    installs
  33. Jsdoc Writer · davila7
    Add JSDoc comments to JavaScript or TypeScript functions that are missing documentation. Use when asked to document functions, add JSDoc, or improve code comments.
    0
    installs
  34. Env Report · davila7
    Report the current development environment: Node, Python, OS, git state. Use when debugging environment issues, onboarding, or checking system compatibility.
    0
    installs
  35. Pr Summary · davila7
    Summarize the current pull request including diff, comments, and review status. Use when reviewing a PR, preparing for a review meeting, or getting a quick PR overview.
    0
    installs
  36. Complexity Check · davila7
    Find overly complex code: files over 300 lines, functions over 50 lines, deeply nested conditions (4+ levels), and magic numbers. Use for code quality reviews, pre-release checks, or when asked to assess code maintainability.
    0
    installs
  37. Migrate Component · davila7
    Migrate a UI component from one framework to another, preserving behavior and tests.
    0
    installs
  38. Code Quality Gate · davila7
    Run all code quality checks (security, complexity, test coverage) on the current PR and post a combined report as a GitHub PR comment. Use before merging a PR, during code review, or when asked to check code quality.
    0
    installs
  39. Safe Deploy · davila7
    Deploy to a target environment after running pre-flight checks. Only invoke manually.
    0
    installs
  40. Test Coverage Check · davila7
    Check whether changed source files have corresponding test files. Use for code quality review before merging a PR, or when asked whether new code has tests.
    0
    installs
  41. Readme Generator · davila7
    Generate a README.md for the current project by analyzing the codebase structure, package files, and existing documentation. Use when asked to write a README, create documentation, or document the project.
    0
    installs
  42. Deep Analysis · davila7
    Perform a deep architectural analysis or security review requiring extended reasoning. Use for complex architecture decisions, security audits, or when standard analysis is not finding the root cause.
    0
    installs
  43. Deep Research · davila7
    Research a technical topic thoroughly by exploring the codebase and summarizing findings. Use when asked to investigate how something works, research an area of the codebase, trace a data flow, or understand a component in depth.
    0
    installs
  44. Code Review Checklist · davila7
    Review code against a standard checklist covering security, correctness, performance, and readability. Use when asked to review code, check a PR, or audit changes.
    0
    installs
  45. Readonly Research · davila7
    Research the codebase to answer a question without making any changes. Use when exploring code, understanding architecture, or investigating how something works.
    0
    installs
  46. Auto Format On Edit · davila7 bundle
    Automatically format code files after every edit using Prettier and ESLint. Active in the background whenever Claude edits a file. Formatting is silent — no prompts, no output unless a formatter fails. Use when you want consistent formatting enforced automatically during a coding session.
    0
    installs
  47. Git Diff Summary · davila7
    Analyze the current uncommitted diff and give a detailed summary with risk assessment. Use when asking what changed, reviewing changes before a commit, or requesting a change summary.
    0
    installs
  48. Frontend Only Lint · davila7
    Apply frontend code quality rules for React and TypeScript components. Auto-activates when editing component files.
    0
    installs
  49. Codebase Visualizer · davila7 bundle
    Generate an interactive HTML tree visualization of the current project's file structure, with file sizes, color-coded file types, and a sidebar summary. Use when exploring a new repository, understanding project layout, identifying large files, or getting an overview of a codebase.
    0
    installs
  50. On Edit Formatter · davila7
    Apply code formatting rules after file edits in the source directory. Use when asked to format code or after making changes to source files.
    0
    installs
  51. Manual Only Deploy · davila7
    Deploy the application to production. Only invoke this manually when you are ready to deploy.
    0
    installs
  52. Team API Conventions · davila7
    API design conventions for this codebase. Use whenever writing or reviewing API endpoints, route handlers, or HTTP clients.
    0
    installs
  53. Computer Use Agents · davila7
    Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer Use, OpenAI's Operator/CUA, and open-source alternatives. Critical focus on sandboxing, security, and handling the unique challenges of vision-based control. Use when: computer use, desktop automation agent, screen control AI, vision-based agent, GUI automation.
    1
    install
  54. Open Banking Io · davila7
    Read bank account balances and transactions from EU/UK banks via the open-banking.io PSD2 API. Use when the user wants to check balances, list recent transactions, categorise spending, or reconcile payments across European bank accounts — without eIDAS certificates or an AISP licence.
    1
    install