davila7
- 54 skills
- 0 followers
- 3 hours ago last updated
- ▌ Github Workflow Automation · davila7Automate 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.
- ▌ Changelog Entry 2 · davila7Draft 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.
- ▌ Publish 2 · davila7Push 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.
- ▌ Release 2 · davila7Run 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.
- ▌ Tag Version 2 · davila7Bump 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.
- ▌ Skills Architecture Dashboard · davila7Builds 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.
- ▌ Parallel Investigator · davila7Investigate 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.
- ▌ PDF Toolkit · davila7 bundleExtract 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.
- ▌ Dependency Audit · davila7 bundleAudit 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.
- ▌ Code Quality Audit · davila7Run a comprehensive code quality audit covering security, performance, and maintainability. Use for quarterly audits, pre-release reviews, or when onboarding to a large codebase.
- ▌ Publish · davila7Push 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.
- ▌ Release · davila7Run 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.
- ▌ Tag Version · davila7Bump 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.
- ▌ Error Handling · davila7Error handling patterns for API endpoints. Use when implementing error handling, writing middleware, or reviewing how errors are caught and formatted in API code.
- ▌ API Conventions · davila7REST API design conventions for this codebase. Use when writing or reviewing API endpoints, route definitions, response formatting, or client code that calls the API.
- ▌ Summarize Changes Headless · davila7Summarizes 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.
- ▌ Explain Code · davila7Explains 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".
- ▌ Hello Skill · davila7Explains 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.
- ▌ Python Deploy · davila7Deploy a Python project to the target environment. Runs pytest, builds the wheel, and pushes a deployment tag. Only invoke manually when ready to deploy.
- ▌
- ▌ Project Conventions · davila7Lists 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.
- ▌ Personal Greeting · davila7Demonstrates 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.
- ▌ Summarize Changes · davila7Summarizes 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.
- ▌ Migration Guard · davila7Review database migration files for naming conventions and dangerous operations. Auto-activates for migration files.
- ▌ Fix Issue · davila7Fix a GitHub issue by number. Reads the issue, implements a fix, and prepares a commit.
- ▌
- ▌ Security Scan · davila7Scan 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.
- ▌ Commit Message · davila7Generate 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.
- ▌ Pr Description · davila7Write 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.
- ▌ Adr Writer · davila7Write an Architecture Decision Record (ADR) document for a technical decision. Use when documenting a technical choice, architectural decision, or design decision.
- ▌ Changelog Entry · davila7Draft a CHANGELOG.md entry for the current changes in Keep a Changelog format. Use when releasing, tagging a version, or updating CHANGELOG.md.
- ▌ Safe Commit · davila7Stage all changes and create a conventional commit with a generated message. Use when ready to commit and want automated staging and commit message generation.
- ▌ Jsdoc Writer · davila7Add JSDoc comments to JavaScript or TypeScript functions that are missing documentation. Use when asked to document functions, add JSDoc, or improve code comments.
- ▌ Env Report · davila7Report the current development environment: Node, Python, OS, git state. Use when debugging environment issues, onboarding, or checking system compatibility.
- ▌ Pr Summary · davila7Summarize 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.
- ▌ Complexity Check · davila7Find 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.
- ▌ Migrate Component · davila7Migrate a UI component from one framework to another, preserving behavior and tests.
- ▌ Code Quality Gate · davila7Run 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.
- ▌ Safe Deploy · davila7Deploy to a target environment after running pre-flight checks. Only invoke manually.
- ▌ Test Coverage Check · davila7Check 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.
- ▌ Readme Generator · davila7Generate 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.
- ▌ Deep Analysis · davila7Perform 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.
- ▌ Deep Research · davila7Research 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.
- ▌ Code Review Checklist · davila7Review code against a standard checklist covering security, correctness, performance, and readability. Use when asked to review code, check a PR, or audit changes.
- ▌ Readonly Research · davila7Research the codebase to answer a question without making any changes. Use when exploring code, understanding architecture, or investigating how something works.
- ▌ Auto Format On Edit · davila7 bundleAutomatically 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.
- ▌ Git Diff Summary · davila7Analyze 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.
- ▌ Frontend Only Lint · davila7Apply frontend code quality rules for React and TypeScript components. Auto-activates when editing component files.
- ▌ Codebase Visualizer · davila7 bundleGenerate 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.
- ▌ On Edit Formatter · davila7Apply code formatting rules after file edits in the source directory. Use when asked to format code or after making changes to source files.
- ▌ Manual Only Deploy · davila7Deploy the application to production. Only invoke this manually when you are ready to deploy.
- ▌ Team API Conventions · davila7API design conventions for this codebase. Use whenever writing or reviewing API endpoints, route handlers, or HTTP clients.
- ▌ Computer Use Agents · davila7Build 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.
- ▌ Open Banking Io · davila7Read 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.