Skip to main content

axross/btnopen.com

SkillsMP has collected 25 skills from axross/btnopen.com. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
25
GitHub stars
1
GitHub forks
1

Showing 25 of 25 collected skills.

occupation
unclassified
description

Creating, refining, splitting, consolidating, renaming, or auditing an agent skill — drafting a `SKILL.md`, editing frontmatter, tightening a `description`, deciding where a new rule belongs, or running the structure validators. Triggers on "add a skill",…

updated
occupation
unclassified
description

Writing, refactoring, or reviewing code for maintainability or design — "readable", "too long", "refactor", "abstraction", "cohesion", "magic number", "dead code", "what should this be called", or "should this live elsewhere". Cohesion as the test of what…

updated
occupation
unclassified
description

Writing, reviewing, refactoring, or running end-to-end tests, or verifying a change through the e2e suite — including a prompt naming only snapshots, test IDs, selectors or locators, polling and waiting, flaky tests, scenario coverage, a runner (Playwright,…

updated
occupation
unclassified
description

Driving a code change or document update end-to-end through the plan → code → review loop — "deliver this issue", "implement and open a PR for X", a free-form change request, or resuming an in-progress run — as the project's default change loop. Apply even…

updated
occupation
unclassified
description

Reviewing whether a change carries adequate verification evidence — "is this verified", "did this break anything", "were the required checks run". The reviewer's QA pass on top of the development verification rules. Covers requiring command evidence for the…

updated
occupation
Software Developers
description

Building or reviewing a React component — "props", "spread props", "compound component", "variant prop", "empty state", "error state", "skeleton", "data-testid", "testID", "extract a hook", "useEffect", "where state lives", "memo", "virtualize", "FlatList",…

updated
occupation
unclassified
description

Writing, reviewing, or refactoring the styles of a React component on web or mobile native — a CSS Module, a Unistyles `StyleSheet.create`, a theme or token file, or global styles. Triggers on "styling", "CSS", "theme", "design token", "dark mode", "container…

updated
occupation
unclassified
description

Every task that touches a project — implementing, refactoring, running a project command, or writing a pull request body — even when the request never mentions formatting, linting, comments, dependencies, docs, or descriptions. Also when you need to know how…

updated
occupation
unclassified
description

Writing, reviewing, or modifying code that logs, throws, catches, reports an error, tracks a product event, identifies a user, or configures a logger, error tracker, tracing, or analytics tool — including a request naming only "logging", "log level", "capture…

updated
occupation
unclassified
description

Drafting, structuring, editing, or reviewing a technical document — a design doc, RFC, ADR, runbook, README, API reference, changelog, or post-mortem. Triggers on "make this clearer", "how should I structure this", "is this readable", "too wordy", "passive…

updated
occupation
unclassified
description

Producing a low-fidelity wireframe, breadboard, or wireflow of any client-app UI, mobile or web — sketching screens, breadboarding a flow, comparing layout options, annotating intent, or the wireframe round of a design review. Not for high-fidelity real-token…

updated
occupation
unclassified
description

Deciding whether material belongs in a skill at all, or in the project's own documentation instead, before deciding its tier; adding, editing, renaming, moving, or removing an agent skill in a project that keeps skills in two tiers; a `git status` showing…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Reviewing a code change — a pull request, a branch or commit-range diff, or a post-implementation self-review of your own work before calling it done. Not for writing the change, only for judging one that already exists. Covers the reviewer-mode reset and…

updated
occupation
unclassified
description

Updating a project's own documentation when a change alters what it says, and reading it before planning one — a behaviour, a domain term, or a decision that constrains future work; also placing or updating a project's conventions or operational procedures…

updated
occupation
unclassified
description

Apply this in every session — answering a question, investigating, reviewing, or building. Triggers on any uncertainty about facts, scope, or intent; on "are you sure", "don't guess", "what's the latest"; before asserting a version, API, price, or date;…

updated
occupation
Software Quality Assurance Analysts & Testers
description

A change touching Vitest — `vitest.config`, `defineConfig` from `vitest/config`, `vi.mock`, `vi.fn`, `vi.spyOn`, `vi.useFakeTimers`, `expect.poll`, `toMatchInlineSnapshot`, `test.extend`, `describe.concurrent`, `projects`, `pool`, `isolate`, `--coverage`,…

updated
occupation
Software Developers
description

A change touching Zod — `z.object`, `z.infer`, `safeParse`, `z.codec`, `z.coerce`, `z.brand`, `z.discriminatedUnion`, `.refine`, `.transform`, `zodResolver`, `z.toJSONSchema`, `ZodError`, a schema module, a validation boundary, or an unvalidated `fetch` or…

updated
occupation
Information Security Analysts
description

Writing or reviewing code that handles untrusted input, secrets, outbound requests, rendered content, or third-party dependencies — "is this safe", "secure by default", "harden", "security", "secret", "privacy", "PII", "XSS", "injection", "SSRF", "safe…

updated
occupation
Software Developers
description

Authoring or revising a Git commit message, titling a pull request, or judging whether a header conforms — "write a commit message", "what type should this be", "is this header valid", "does this need a scope", "mark this as a breaking change", or preparing a…

updated
occupation
Software Developers
description

Reading from or writing to GitHub from inside an agent session acting as one connected operator — any issue, pull request, comment, label, review, or branch operation, not only end-to-end change loops. Covers the default sanctioned tool channel, when another…

updated
occupation
Web & Digital Interface Designers
description

Designing, building, or reviewing a high-fidelity user-facing surface with real colors, type, spacing, and states — "visual design", "design tokens", "dark mode", "theme", "contrast", "a11y", "typography", "spacing scale", "touch target", "focus state",…

updated
occupation
Web Developers
description

Writing or reviewing a Next.js App Router change — "app router", "server component", "use client", "use cache", "server action", "route handler", "proxy", "middleware", "generateMetadata", "revalidateTag", "next/image", "next.config", "instrumentation",…

updated
occupation
Project Management Specialists
description

Writing, refining, or reviewing a PRD, feature spec, plan document, RFC, design doc, or issue description — including the plan-writing or issue-drafting step of any delivery workflow. Triggers on "write a PRD", "draft a spec", "refine this issue", "structure…

updated
occupation
Software Developers
description

A change touching Sentry — `Sentry.init`, `@sentry/react`, `@sentry/nextjs`, `@sentry/react-native`, `withSentryConfig`, `getSentryExpoConfig`, a DSN, an auth token, source maps, `sendDefaultPii`, `tracesSampleRate`, `replaysOnErrorSampleRate`, `enableLogs`,…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Writing, refactoring, reviewing, or running unit tests — including mocks and fakes, fixtures, schema and codec tests, snapshot choices, coverage questions, assertion design, or deciding whether a behavior belongs in a unit test at all. Not for end-to-end or…

updated
Showing 25 of 25 collected skills.