Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

iridium

iridium contém 39 skills coletadas de sethdavis512, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
39
Stars
4
atualizado
2026-07-08
Forks
0
Cobertura ocupacional
5 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

linear-triage
Desenvolvedores de software

Verify Linear backlog tickets against the actual codebase before anyone implements them — extract each ticket's checkable claims, grep the code to confirm or refute, classify by scope, and leave an evidence-backed triage comment. Use when the user says "triage the backlog", "comb through Linear tasks", "verify these tickets", "/linear-triage", or on a schedule. Not for implementing fixes (use linear-to-pr on tickets triaged valid), and never changes ticket state beyond commenting unless explicitly told to.

2026-07-08
verify-ui-change
Analistas de garantia de qualidade de software e testadores

Verify any UI-affecting change end-to-end before declaring it done — boot the app, interact with the change via Playwright, capture before/after screenshots (light/dark, desktop/phone), check console errors, and attach the evidence. Use after implementing or reviewing any change to components, routes with visible output, layouts, styling, or theming. Triggers include "verify this UI change", "did the banner/button/layout change work", or finishing any *.tsx edit that alters rendered markup or classes. Not for server-only changes (models, API routes, env plumbing), docs, or pure test edits.

2026-07-08
qa-explorer
Analistas de garantia de qualidade de software e testadores

Explore the running Iridium app like a curious, destructive user and file GitHub issues for confirmed bugs. Picks an exploration charter (auth, notes, chat, settings, admin, mobile), drives the app with Playwright, reproduces every finding twice, dedupes against open qa-explorer issues, and files structured reports with repro scripts. Use when the user says "qa sweep", "explore the app for bugs", "run the qa explorer", "hunt for bugs", or "do some exploratory testing". Not for implementing fixes (use github-issue-to-pr on the filed issues), not for deterministic regression tests (those live in tests/), and never against production.

2026-06-12
github-issue-to-pr
Desenvolvedores de software

Drive a GitHub issue to an open pull request. Fetches the issue with gh, self-assigns, creates a linked branch via gh issue develop, implements the change, runs validation plus targeted Playwright e2e tests, captures screenshots of UI changes and links them from the PR body, and opens the PR with a closing "Fixes

2026-06-12
linear-to-pr
Desenvolvedores de software

Drive a Linear issue to an open GitHub pull request. Fetches the issue, branches using Linear's suggested branch name, implements the change, runs validation plus targeted Playwright e2e tests, captures screenshots of UI changes and links them from the PR body, opens the PR with gh, and moves the issue to a review status. Use when the user says "work on ABC-123" (any Linear issue identifier), "take this Linear issue to a PR", "implement this ticket", "linear to pr", or pastes a linear.app issue URL to be implemented. Not for creating or triaging Linear issues, and not for reviewing or merging existing PRs.

2026-06-12
daisyui-colors
Desenvolvedores web

MANDATORY color usage rules for daisyUI 5

2026-06-09
daisyui-config
Desenvolvedores web

Configuration options for daisyUI 5

2026-06-09
daisyui-install
Desenvolvedores web

Installation notes for daisyUI 5

2026-06-09
daisyui
Desenvolvedores web

Official daisyUI component library skill. The mandatory UI library for Tailwind CSS. TRIGGER when generating any HTML or JSX code even if the user does not explicitly ask for this skill.

2026-06-09
daisyui-usage
Desenvolvedores web

MANDATORY usage rules for daisyUI 5

2026-06-09
prd
Especialistas em gestão de projetos

Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.

2026-06-09
ralph
Desenvolvedores de software

Convert PRDs to prd.json format for the Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Ralph's JSON format. Triggers on: convert this prd, turn this into ralph format, create prd.json from this, ralph json.

2026-06-09
speckit-git-commit
Desenvolvedores de software

Auto-commit changes after a Spec Kit command completes

2026-06-09
speckit-git-feature
Desenvolvedores de software

Create a feature branch with sequential or timestamp numbering

2026-06-09
speckit-git-initialize
Desenvolvedores de software

Initialize a Git repository with an initial commit

2026-06-09
speckit-git-remote
Desenvolvedores de software

Detect Git remote URL for GitHub integration

2026-06-09
speckit-git-validate
Desenvolvedores de software

Validate current branch follows feature branch naming conventions

2026-06-09
iridium-form
Desenvolvedores de software

Build validated forms in this Iridium app using React Hook Form v7 + Zod v4, useFetcher submission, and DaisyUI v5 markup. Use when adding any user-input form (login, signup, settings, create/edit pages, contact, etc.), composing fieldsets with accessible error messages, wiring client + server validation against a shared schema, displaying form-level or field-level errors from an action, or editing a *.tsx file that contains a <form> or imports react-hook-form, @hookform/resolvers/zod, or zod. Do NOT use for the chat input (uses @ai-sdk/react useChat), for the existing Better Auth login/register flows, or for pure search/filter forms (use <Form method="get"> directly).

2026-06-09
speckit-analyze
Desenvolvedores de software

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

2026-06-09
speckit-checklist
Desenvolvedores de software

Generate a custom checklist for the current feature based on user requirements.

2026-06-09
speckit-clarify
Desenvolvedores de software

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

2026-06-09
speckit-constitution
Desenvolvedores de software

Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.

2026-06-09
speckit-implement
Desenvolvedores de software

Execute the implementation plan by processing and executing all tasks defined in tasks.md

2026-06-09
speckit-plan
Desenvolvedores de software

Execute the implementation planning workflow using the plan template to generate design artifacts.

2026-06-09
speckit-specify
Desenvolvedores de software

Create or update the feature specification from a natural language feature description.

2026-06-09
speckit-tasks
Desenvolvedores de software

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

2026-06-09
speckit-taskstoissues
Desenvolvedores de software

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

2026-06-09
agent-browser
Desenvolvedores de software

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

2026-03-23
ai-sdk
Desenvolvedores de software

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".

2026-03-23
database
Administradores de redes e sistemas de computador

This skill should be used when the user wants to add a database (Postgres, Redis, MySQL, MongoDB), says "add postgres", "add redis", "add database", "connect to database", or "wire up the database". For other templates (Ghost, Strapi, n8n, etc.), use the templates skill.

2026-03-23
deploy
Desenvolvedores de software

This skill should be used when the user wants to push code to Railway, says "railway up", "deploy", "deploy to railway", "ship", or "push". For initial setup or creating services, use new skill. For Docker images, use environment skill.

2026-03-23
deployment
Administradores de redes e sistemas de computador

This skill should be used when the user wants to manage Railway deployments, view logs, or debug issues. Covers deployment lifecycle (remove, stop, redeploy, restart), deployment visibility (list, status, history), and troubleshooting (logs, errors, failures, crashes, why deploy failed). NOT for deleting services - use environment skill with isDeleted for that.

2026-03-23
email-and-password-best-practices
Desenvolvedores de software

This skill provides guidance and enforcement rules for implementing secure email and password authentication using Better Auth.

2026-03-23
new
Desenvolvedores de software

This skill should be used when the user says "setup", "deploy to railway", "initialize", "create project", "create service", or wants to deploy from GitHub. Handles initial setup AND adding services to existing projects. For databases, use the database skill instead.

2026-03-23
projects
Desenvolvedores de software

This skill should be used when the user wants to list all projects, switch projects, rename a project, enable/disable PR deploys, make a project public/private, or modify project settings.

2026-03-23
railway-docs
Desenvolvedores de software

This skill should be used when the user asks about Railway features, how Railway works, or shares a docs.railway.com URL. Fetches up-to-date Railway docs to answer accurately.

2026-03-23
react-router-framework-mode
Desenvolvedores web

Build full-stack React applications using React Router's framework mode. Use when configuring routes, working with loaders and actions, handling forms, handling navigation, pending/optimistic UI, error boundaries, or working with react-router.config.ts or other react router conventions.

2026-03-23
service
Administradores de redes e sistemas de computador

This skill should be used when the user asks about service status, wants to rename a service, change service icons, link services, or create services with Docker images. For creating services with local code, prefer the `new` skill. For GitHub repo sources, use `new` skill to create empty service then `environment` skill to configure source.

2026-03-23
status
Administradores de redes e sistemas de computador

This skill should be used when the user asks "railway status", "is it running", "what's deployed", "deployment status", or about uptime. NOT for variables ("what variables", "env vars", "add variable") or configuration queries - use environment skill for those.

2026-03-23