Skip to main content

aspiers/ai-config

SkillsMP a collecté 48 skills depuis aspiers/ai-config. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
48
Étoiles GitHub
15
Forks GitHub
2

Affichage de 40 skills collectés sur 48.

métier
non classé
description

Prepare and publish upstream issues, feature requests, discussions, pull or merge requests, and patch submissions in the channel the canonical project expects. Use when reporting a problem upstream, requesting a feature, contributing a change, or asking to…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Summarises the current session for a human who has not read it, or cannot remember it, and needs to get back up to speed fast. Use when the user asks for a TL;DR, a catch-up, a recap, or to be reminded where things got to, especially when they have been away…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Review every Beads issue waiting on a person, one at a time, using the interactive questionnaire UI rather than plain-text prompts. Use when asked to go through blockers, clear the human queue, answer beads waiting on the user, triage `bd human list`, or…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Applies reusable Beads writing and update practices in every context. Use whenever reading, creating, updating, commenting on, closing, superseding, or handing off Beads issues, including alongside beads, beads-solo, and plan-to-beads workflows.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Grind through ready beads serially in priority order, one at a time in the current worktree, without stopping between issues. Use when asked to work the beads queue, grind the backlog, keep working through ready issues, or make unattended progress overnight.…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Grind through ready beads in priority order by running several issues at once, each in its own isolated git worktree managed by worktrunk (`wt`), then merging the finished branches back one at a time. Use when asked to work the beads queue in parallel, to run…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Researches and compares free and open source software projects in a supplied domain, using either user-named candidates or a discovered shortlist. Use when evaluating FOSS alternatives, comparing GitHub popularity, maintenance, licences, domain fit,…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Manages Pi packages across their lifecycle: discovers, audits, installs, upgrades, removes, enables, disables, filters, and configures extensions, skills, prompts, and themes from npm, Git, or local sources. Use before any Pi package install or upgrade, when…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Capture durable project or workflow knowledge discovered during work. Use when a mistake, hidden constraint, repeated question, or changed behavior reveals a documentation gap.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Generate a Product Requirements Prompt (PRP) from a feature description. Use when starting work on a new feature.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Applies local reliability, viewport, tab-safety, stale-ref, widget, and browser-boundary lessons to every agent-browser automation. Use alongside the upstream agent-browser skill whenever navigating, clicking, filling, testing, extracting, taking screenshots,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Review all unreviewed documents in Hubdoc. Use when reviewing, processing or publishing Hubdoc receipts and bills.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Open a URL or local file in the user's regular browser, including live-rendered local Markdown. Use for `/open` or when the user asks to view a target outside the agent browser.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Enforce Beads policy for an opt-in repository maintained initially by one owner. Use when a repository has a beads-solo enrollment or when the user asks to enroll, repair, or operate a solo-maintainer Beads workspace. Grants issue-management and commit…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Scan every open pull request in a GitHub repository, filter to the ones that are genuinely mergeable now, and report a compact verdict with a suggested merge order. Use when the user asks which PRs can be merged, wants an open-PR backlog triaged or reviewed…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Upload images and files to GitHub PRs, issues, and comments so GitHub hosts them instead of committing binaries to the repository. Use when adding screenshots to a PR or issue body, replacing committed screenshots or raw.githubusercontent.com links with…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Decompose an approved implementation plan into self-contained beads issues with zero guesswork. Use when breaking down a plan file into actionable beads tasks.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Watch a CI run's jobs to completion without idling or hand-writing a poll loop. Use when a dispatched or pushed build takes minutes to finish and its per-job results decide the next step.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Discover and run the linters and format checks relevant to changed code. Use after code edits or when the user asks for lint, formatting, or static-analysis validation.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Evaluate repeated code and consolidate duplication when a shared abstraction improves correctness or maintenance. Use after introducing similar logic or when repeated changes reveal a missing source of truth.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Refactor code units whose size or mixed responsibilities impede understanding, testing, or change. Use when recent work makes a function, class, or module materially harder to reason about.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Review changed code for correctness, security, maintainability, and verification gaps. Use when code is ready for independent review or before handoff, staging, or merge.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Review staged changes and create atomic Git commits whose messages match repository conventions. Use when the user asks to commit, write a commit message, or finalize already staged work.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Stage whole files, selected hunks, or selected lines in Git without interactive prompts. Use when preparing an exact commit boundary while preserving unrelated working-tree changes.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Plan dependency-aware atomic commits for changes that span multiple logical concerns. Use when a refactor, feature, or API change would benefit from reviewable, independently meaningful commit boundaries.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Establish concise, cross-agent project instructions from repository evidence. Use when initializing or repairing AGENTS.md, CLAUDE.md, related discovery links, or project-specific agent guidance.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Create and maintain agent skills with concise trigger metadata, judgement-aware guidance, progressive disclosure, and tested interfaces. Use when adding, refactoring, reviewing, or troubleshooting skills and their bundled scripts or references.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Preserve output from expensive one-shot commands for monitoring and later analysis. Use when rerunning a build, API query, CI inspection, or diagnostic would be costly and a managed background process is not the better interface.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Discover and run tests that provide meaningful evidence for a code change. Use after implementation, before handoff or commit, or when the user asks to validate behavior.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when working in a repository that uses bd or Beads for durable project task tracking, issue dependencies, blocker management, multi-session handoff, or shared work memory. Trigger when the user asks to find ready work, claim or close tasks, create…

Langue du texte source : anglais

mis à jour
métier
Comptables et auditeurs
description

General Xero browser automation notes. Use when automating any Xero page with agent-browser — covers non-standard UI patterns, waiting, and dropdown menus.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Find and address all unresolved GitHub PR review comments on the current branch's pull request. Use when the user asks to resolve, address, respond to, or reply to PR review feedback — whether from humans, CodeRabbit, Copilot, Claude Code reviewer, or any…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Checks the canonical upstream issue tracker and open pull requests, merge requests, or equivalent change queues for existing reports, discussion, or work on a problem just discussed. Use before diagnosing, fixing, or reporting an apparent open-source problem…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use the Xero MCP server — obtain/refresh OAuth2 bearer tokens, troubleshoot authentication, and pick up other operational notes for working with Xero MCP tools. Use when Xero MCP tools fail with authentication errors, when the bearer token has expired (tokens…

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

Size the agent-browser Chromium window to fill its current screen, leaving a configurable bottom margin for the desktop panel. Use before any agent-browser automation that needs the full screen visible without elements overlapping or scrolling off (e.g. Xero,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Convert XLSX spreadsheets (single or multi-sheet) to CSV files you can read and grep. Use whenever you need to process an .xlsx report from Xero, Cryptio, bank exports, or any tool that delivers spreadsheet output.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Create Claude Code slash commands, OpenCode command files, and Pi prompt templates that delegate to the right subagent or skill. Use when creating new commands or refactoring existing ones to follow platform conventions.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate a PR description for the current branch. Writes Markdown to .git/magit/posts/new-pullreq for use with magit-forge.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Find Linear issues ready for an AI agent to pick up. Equivalent of `bd ready` for Linear workflows. Use when starting a session to find claimable work, or when asked "what's next" or "find work".

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Decompose an approved implementation plan into self-contained Linear issues with zero guesswork. Use when breaking down a plan into actionable Linear tasks via the MCP server.

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 48.