← all publishers

jpcaparas

@jpcaparas source repo

129 published skills · page 1 of 2

  1. Skill Map 2 · jpcaparas
    Orient operators to published release skills.
    0
    installs
  2. Skill Map 3 · jpcaparas
    Orient users to published review skills.
    0
    installs
  3. Release Publisher 2 · jpcaparas
    Publish a release after its notes and artifacts are approved.
    0
    installs
  4. Release Publisher 3 · jpcaparas
    Validate and publish an authorized release after resolving its repository and environment.
    0
    installs
  5. Laravel Brainstorming · jpcaparas
    Interactive design refinement tailored to Laravel projects; clarify domain, data, interfaces, testing, and quality gates while accounting for Sail/non‑Sail environments
    0
    installs
  6. Laravel Tdd With Pest · jpcaparas
    Apply RED-GREEN-REFACTOR with Pest or PHPUnit; use factories, feature tests for HTTP, and parallel test runners; verify failures before implementation
    0
    installs
  7. Laravel Writing Plans · jpcaparas
    Create an actionable Laravel implementation plan—bite-sized tasks with TDD-first steps, migrations, services, jobs, and validation points
    0
    installs
  8. Laravel Custom Helpers · jpcaparas
    Create and register small, pure helper functions when they improve clarity; keep them organized and tested
    0
    installs
  9. Laravel Daily Workflow · jpcaparas
    Practical daily checklist for Laravel projects; bring services up, run migrations, queues, quality gates, and tests
    0
    installs
  10. Laravel E2e Playwright · jpcaparas
    Generic E2E patterns with Playwright—state setup, seeds, test IDs, auth, environment, and Sail integration
    0
    installs
  11. Laravel PHP Attributes · jpcaparas
    Use first-party PHP attributes (Laravel 13+) for controllers, authorization, queue jobs, and models; declarative configuration colocated with code
    0
    installs
  12. Laravel Quality Checks · jpcaparas
    Unified quality gates for Laravel projects; Pint, static analysis (PHPStan/Psalm), Insights (optional), and JS linters; Sail and non-Sail pairs provided
    0
    installs
  13. Laravel Bootstrap Check · jpcaparas
    Detect Sail/non‑Sail and print the right command pairs for your environment; verify dependencies and key services are reachable
    0
    installs
  14. Laravel Executing Plans · jpcaparas
    Execute Laravel plans in small batches with checkpoints—TDD first, migrations safe, queues verified, and quality gates enforced
    0
    installs
  15. Laravel Task Scheduling · jpcaparas
    Schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
    0
    installs
  16. Laravel Controller Tests · jpcaparas
    Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
    0
    installs
  17. Laravel Prompt Structure · jpcaparas
    Structure prompts for clarity—separate concerns, prioritize requests, specify acceptance criteria, and break work into testable increments
    0
    installs
  18. Laravel Runner Selection · jpcaparas
    Choose Sail automatically when available, fall back cleanly to host PHP/Composer/Node; paired command map for both environments
    0
    installs
  19. Laravel Strategy Pattern · jpcaparas
    Use the Strategy pattern to select behavior at runtime; bind multiple implementations to a shared interface
    0
    installs
  20. Laravel AI Sdk · jpcaparas
    Build AI features with the first-party Laravel AI SDK (Laravel 13+); agents, embeddings, images, audio, and tool calling with provider-agnostic APIs
    0
    installs
  21. Laravel Debugging Prompts · jpcaparas
    Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions
    0
    installs
  22. Laravel Effective Context · jpcaparas
    Provide comprehensive context in prompts—files, errors, Laravel version, dependencies, and monorepo details—for accurate AI responses
    0
    installs
  23. Laravel Interfaces And Di · jpcaparas
    Use interfaces and dependency injection to decouple code; bind implementations in the container
    0
    installs
  24. Laravel Iterating On Code · jpcaparas
    Refine AI-generated code through specific feedback—point out errors, identify gaps, show desired changes, reference style guides
    0
    installs
  25. Laravel Config Env Storage · jpcaparas
    Portable storage configuration across S3/R2/MinIO with optional CDN—env toggles, path-style endpoints, and URL generation
    0
    installs
  26. Laravel Controller Cleanup · jpcaparas
    Reduce controller bloat using Form Requests for auth/validation, small Actions/Services with DTOs, and resource/single-action controllers
    0
    installs
  27. Laravel Ports And Adapters · jpcaparas
    Use hexagonal architecture for external systems; define ports (interfaces) and per-provider adapters; select adapter at composition edge
    0
    installs
  28. Laravel Queues And Horizon · jpcaparas
    Operate and verify queues with or without Horizon; safe worker flags, failure handling, and test strategies
    0
    installs
  29. Laravel Performance Caching · jpcaparas
    Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness
    0
    installs
  30. Laravel Code Review Requests · jpcaparas
    Request effective code reviews—specify focus areas, provide context, ask for architectural feedback, reference Laravel conventions
    0
    installs
  31. Laravel API Surface Evolution · jpcaparas
    Evolve APIs safely using versioned DTOs/transformers, deprecations, and compatibility tests
    0
    installs
  32. Laravel Complexity Guardrails · jpcaparas
    Keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over large switches
    0
    installs
  33. Laravel Routes Best Practices · jpcaparas
    Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files
    0
    installs
  34. Laravel Upgrade 13 · jpcaparas
    Upgrade an app from Laravel 12.x to 13.x safely; PHP 8.3 baseline, dependency bumps, breaking-change checklist, and verification steps
    0
    installs
  35. Laravel HTTP Client Resilience · jpcaparas
    Use the HTTP client with sensible timeouts, retries, and backoff; capture context and handle failures explicitly
    0
    installs
  36. Laravel Nova Resource Patterns · jpcaparas
    Consistent Nova resources—fields, actions, metrics, lenses, filters, authorization—and how to evolve resources alongside schema changes
    0
    installs
  37. Laravel Specifying Constraints · jpcaparas
    Define clear constraints—performance, security, testing, architecture, dependencies—so AI generates code that meets your project standards
    0
    installs
  38. Laravel Vector Search · jpcaparas
    Add semantic search with native vector queries (Laravel 13+); pgvector similarity clauses, embedding workflows, and hybrid search patterns
    0
    installs
  39. Laravel Migrations And Factories · jpcaparas
    Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance
    0
    installs
  40. Laravel Performance Eager Loading · jpcaparas
    Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
    0
    installs
  41. Laravel Using Examples In Prompts · jpcaparas
    Provide concrete examples—existing code patterns, style samples, input/output pairs—to guide AI toward your project's conventions
    0
    installs
  42. Laravel Using Laravel Superpowers · jpcaparas
    Read first in Laravel repos; explains runner selection (Sail vs non-Sail), core workflows, and how to apply superpowers skills in Laravel projects without platform lock-in
    0
    installs
  43. Laravel Dependencies Trim Packages · jpcaparas
    Remove unneeded Composer packages and assets to improve boot time, memory, and security surface
    0
    installs
  44. Laravel Laravel Prompting Patterns · jpcaparas
    Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code
    0
    installs
  45. Laravel Performance Select Columns · jpcaparas
    Select only required columns to reduce memory and transfer costs; apply to base queries and relations
    0
    installs
  46. Laravel Policies And Authorization · jpcaparas
    Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
    0
    installs
  47. Laravel Rate Limiting · jpcaparas
    Apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients
    0
    installs
  48. Laravel Request Forgery Protection · jpcaparas
    Configure CSRF and origin-aware request forgery protection; PreventRequestForgery middleware (Laravel 13+) with token fallback and exclusions
    0
    installs
  49. Laravel Constants And Configuration · jpcaparas
    Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config files
    0
    installs
  50. Laravel Filesystem Uploads · jpcaparas
    Store and serve files via Storage; set visibility, generate URLs, and handle streaming safely
    0
    installs
  51. Laravel Template Method And Plugins · jpcaparas
    Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
    0
    installs
  52. Laravel API Resources And Pagination · jpcaparas
    Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
    0
    installs
  53. Laravel Blade Components And Layouts · jpcaparas
    Compose UIs with Blade components, slots, and layouts; keep templates pure and testable
    0
    installs
  54. Laravel Data Chunking Large Datasets · jpcaparas
    Process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and improve performance
    0
    installs
  55. Laravel Documentation Best Practices · jpcaparas
    Write meaningful documentation that explains why not what; focus on complex business logic and self-documenting code
    0
    installs
  56. Laravel Form Requests · jpcaparas
    Move validation and authorization into Form Requests; use rule objects, custom messages, and nested data handling to keep controllers slim
    0
    installs
  57. Laravel Transactions And Consistency · jpcaparas
    Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
    0
    installs
  58. Laravel Exception Handling And Logging · jpcaparas
    Use reportable/renderable exceptions, structured logs, and channel strategy for observability and graceful failures
    0
    installs
  59. Laravel Horizon Metrics And Dashboards · jpcaparas
    Operate Horizon with confidence—naming, tags, concurrency, failure handling, actionable metrics, and dashboards
    0
    installs
  60. Laravel Eloquent Relationships · jpcaparas
    Define clear relationships and load data efficiently; prevent N+1, use constraints, counts/sums, and pivot syncing safely
    0
    installs
  61. Laravel Internationalization And Translation · jpcaparas
    Build with i18n in mind from day one using Laravel translation helpers, JSON files, Blade integration, and locale management
    0
    installs
  62. Linkedin Speak · jpcaparas bundle
    Parodies text as LinkedIn-speak or reverses corporate-influencer fluff into blunt English. Use for LinkedIn-speak and corporate-cringe rewrites; skip real translation and serious editing.
    0
    installs
  63. Scaffold Hooks · jpcaparas bundle
    Run /scaffold-hooks to audit, create, or refresh shared repository hooks for Claude Code, Codex, GitHub Copilot, Devin CLI, and OpenCode, together or individually. Skip Git hooks and Husky.
    0
    installs
  64. Codex Subagents · jpcaparas bundle
    Coordinate bounded Codex subagents only when the user requests delegation, parallel agents, per-point reviews, multi-agent plans, or custom agents. Skip other harnesses, trivial work, and requests without delegation authority.
    0
    installs
  65. Devils Advocate · jpcaparas bundle
    Debates when explicitly invoked.
    0
    installs
  66. Tweet Replicate · jpcaparas bundle
    Rebuild a public X/Twitter status into a deterministic local replica with frozen assets, HTML/CSS, Playwright capture, MP4, and GIF. Trigger on replicate tweet, X post to MP4, make tweet GIF, or freeze status locally. Do NOT use for text extraction, auth pages, or DMs.
    0
    installs
  67. Maintainable App · jpcaparas bundle
    Guide resilient production-app code involving jobs, queues, webhooks, persistence, APIs, retries, concurrency, observability, idempotency, backpressure, degradation, or stuck work. Skip non-code writing, throwaway scripts, and visual-only mockups.
    0
    installs
  68. Oneshot Websites · jpcaparas bundle
    Run ambitious one-shot websites, web apps, games, simulations, clones, motion pieces, or benchmarks through fresh isolated subagents. Use for one-shot web artifacts, catalogue ideas, or parallel model/harness variants.
    0
    installs
  69. Product Question · jpcaparas bundle
    Answer product, PM, stakeholder, or non-engineer questions about app behavior by inspecting code and returning a share-ready plain-English answer. Trigger on product question, PM question, stakeholder answer, how a feature works, or why the app behaves that way. Do NOT use for code changes.
    0
    installs
  70. Sprite Decompose · jpcaparas bundle
    Decompose existing sprite sheets or illustration contact sheets on flat or gently varying backgrounds into cropped transparent PNGs with reviewed grouping, bounds manifest, and validation. Skip generation, atlas packing, and hidden-pixel reconstruction.
    0
    installs
  71. Synthetic Search · jpcaparas bundle
    Use Synthetic Search or the Synthetic API (`api.synthetic.new`, `SYNTHETIC_API_KEY`) for zero-data-retention web search, curl/jq examples, quota checks, and a small Node helper. Do NOT use for browser automation, crawling, or unrelated search providers.
    0
    installs
  72. Maintainable Code · jpcaparas bundle
    Guide maintainable code with clear names, decomposition, safe defaults, side-effect guardrails, compatibility, comments, and quality gates. Use for production code, refactors, reviews, plans, CI, scripts, config, tests, or technical debt. Skip disposable work.
    0
    installs
  73. Maintainable Tests · jpcaparas bundle
    Guide maintainable tests as behavior documentation with isolated side effects, compatibility coverage, and reliable assertions. Use for tests, fixtures, mocks, regressions, reviews, and testability changes. Skip disposable work.
    0
    installs
  74. Temporal Awareness · jpcaparas bundle
    Use for latest/current/recent/today/yesterday/tomorrow questions, changing models, versions, prices, schedules, executives, laws, weather, scores, or other time-sensitive facts. Ground answers in clock and timezone, verify live when needed, and convert relative dates. Do NOT use for stable history.
    0
    installs
  75. Bootstrap Agents Md · jpcaparas bundle
    Bootstrap or refresh root AGENTS.md and CLAUDE.md.
    0
    installs
  76. Instagram Replicate · jpcaparas bundle
    Rebuild one public Instagram video post or reel into a deterministic local replica with frozen assets, HTML/CSS, Playwright capture, MP4, and GIF. Trigger on replicate Instagram, reel to MP4, or freeze video locally. Do NOT use for captions, private/auth pages, carousels, Stories, or DMs.
    0
    installs
  77. Lean Text Scaffolding · jpcaparas bundle
    Prevent bloated text scaffolds in new web pages. Use when creating or refactoring landing pages, SaaS pages, dashboards, marketing sections, UI copy, placeholders, labels, eyebrow text, or feature cards. Remove generic labels unless explicitly requested. Do NOT use for prose-only articles, legal copy, or exact client-provided copy.
    0
    installs
  78. Adversarial Test Sweep · jpcaparas bundle
    Run a bounded adversarial sweep of an existing test suite. Use to harden a suite or subsystem against malformed inputs, boundaries, invalid state, races, dependency/resource failures, weak or redundant tests, flakes, and missing durable regressions. Skip ordinary test additions, load, chaos, and penetration testing.
    0
    installs
  79. Implicit Token Savings · jpcaparas bundle
    Use compact, low-noise shell commands for repo exploration, git status/diff/log, tests, containers, and file search. Trigger on token savings, terse shell workflow, rg, tree, pytest, npm test, cargo test, go test, or docker ps. Do NOT use when full output is requested.
    0
    installs
  80. Interface Design Taste · jpcaparas bundle
    Design high-quality product apps, marketing sites, dashboards, and desktop UI. Use for art direction, critique, redesign, hierarchy, layout, typography, color, motion, or lightweight design systems. Do NOT use for logos, illustration-only work, image prompts, or backend-only tasks.
    0
    installs
  81. Nanobanana Infographic · jpcaparas bundle
    Create sleek, low-noise infographic prompts and render workflows with Nano Banana 2 for posts, decks, reports, and explainers. Trigger on infographic, Nano Banana 2, Gemini image, executive visual, blog diagram, or presentation visual. Do NOT use for logos, memes, or raw dashboards.
    0
    installs
  82. Repo Intent Documenter · jpcaparas bundle
    Create evidence-backed repository intent docs for AI coding agents, including certainty levels, evidence anchors, open questions, and review workflow. Trigger on document repo intent, REPO_INTENT.md, or what this repo is for. Do NOT use for ordinary README polishing.
    0
    installs
  83. Secure AI Agent Coding · jpcaparas bundle
    Build, review, or harden AI agents, LLM apps, RAG, tool-calling, coding agents, and agentic workflows with secure-by-default controls. Trigger on prompt injection, tool permissions, approvals, AI data handling, RAG poisoning, observability, or safety CI. Do NOT use for non-AI appsec.
    0
    installs
  84. Skill Creator Advanced · jpcaparas bundle
    Create, harden, and curate production-grade installable skills and skill libraries. Use for API/CLI/reference skills, invocation design, progressive disclosure, evals, placement, promotion, renames, deprecation, or catalog/router consistency. Skip trivial one-file utilities.
    0
    installs
  85. Claude Code Auto Advisor · jpcaparas bundle
    Claude Code automatic advisor for security, reviews, high-risk design, substantial multi-step plans, complex refactors, recurring failures, and risky completion checks. Skip trivial work, ordinary planning, other harnesses, or sessions without an advisor tool.
    0
    installs
  86. Make My Code Flirtatious · jpcaparas bundle
    Explains code flirtatiously without losing accuracy. Use for flirty or sultry code explanations; skip ordinary explanations, code edits, and explicit sexual content.
    0
    installs
  87. Oneshot Prompt Generator · jpcaparas bundle
    Turn supplied websites, apps, images, media, documents, code, or mixed references into a self-contained replication prompt for a fresh session. Default to a website/web app unless another target is named. Skip implementation, rendering, and summaries.
    0
    installs
  88. Repository Readme Writer · jpcaparas bundle
    Create or improve concise, useful, agent-safe repository READMEs. Use for new README drafts, rewrites, quickstarts, local setup, getting started, contributor docs, or README reviews. Do NOT use for API reference, full product docs, changelogs, or landing pages.
    0
    installs
  89. Azure Devops Wiki Markdown · jpcaparas bundle
    Write, fix, or review Azure DevOps wiki Markdown, Mermaid, _TOC_, _TOSP_, details blocks, query tables, mentions, work-item links, KaTeX, videos, and code fences. Use for Azure DevOps surface quirks. Do NOT use for GitHub-only or non-Azure docs.
    0
    installs
  90. Client Report From Commits · jpcaparas bundle
    Turn git commits and diffs since an exact date into a copy-pastable, non-technical client report grouped by feature. Use for client updates, weekly progress, stakeholder recaps, or high-level git-history summaries. Do NOT use when the date is ambiguous.
    0
    installs
  91. Heuristic To Deterministic · jpcaparas bundle
    Convert repeated heuristics into deterministic behavior: validator scripts, normalizer tools, generators, fixtures, manifests, CI jobs, and hook-ready checks. Use to codify learnings and prevent future guessing. Do NOT use for pure brainstorming or one-off edits.
    0
    installs
  92. Youtube Transcript Dossier · jpcaparas bundle
    Convert a YouTube video transcript into a structured dossier: metadata, executive summary, timestamped key topics, notable quotes, takeaways, follow-ups. Trigger on: YouTube dossier, video to notes, transcript to summary, summarize YouTube video. Do NOT trigger for non-YouTube video, audio transcription, or downloading video files.
    0
    installs
  93. Simplified Technical English · jpcaparas bundle
    Rewrite or audit ASD-STE100 procedures, descriptions, and safety instructions while preserving technical meaning and exact literals.
    0
    installs
  94. Azure Devops Create Work Item · jpcaparas bundle
    Draft local Azure DevOps work item packets from loose context, defaulting to Scrum PBI unless Bug, Feature, User Story, Task, Issue, or Epic is specified. Inspect repo context when present. Do NOT use for live REST/CLI creation, migration, wiki, or status reporting.
    0
    installs
  95. Google Search AI Optimization · jpcaparas bundle
    Google-grounded SEO/GEO implementation for Search, AI Overviews, AI Mode, crawlability, indexability, snippets, structured data, ecommerce/local details, and agent browsing. Do NOT use for paid ads, rank tracking, non-Google directory tactics, or link schemes.
    0
    installs
  96. Travel Plan Spreadsheet Generator · jpcaparas bundle
    Create .xlsx travel workbooks with itinerary, preparation, or shopping sheets for trip, holiday, or conference planning. Skip prose itineraries, recommendation chat, and calendar-only scheduling.
    0
    installs
  97. Scaffold Github Cloud Agent Environment · jpcaparas bundle
    Audit and scaffold `.github/workflows/copilot-setup-steps.yml` for GitHub Copilot cloud agent environments. Use for missing or broken setup workflows, runner/firewall/dependency/LFS/proxy issues, or Copilot setup repair. Do NOT use for generic GitHub Actions.
    0
    installs
  98. Overgrown Skill · jpcaparas bundle
    Helps with releases, publishing, shipping, setup, debugging releases, fixing publish problems, and anything related to releasing. Use whenever release, publish, ship, deployment, setup, or debugging is mentioned.
    0
    installs
  99. Half Finished Skill · jpcaparas bundle
    TODO: describe when this package-checking skill should trigger
    0
    installs
  100. Provider API Helper · jpcaparas bundle
    Call the Orbit provider API to inspect projects and deployments.
    0
    installs