Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

ai-config

يحتوي ai-config على 32 من skills المجمعة من aspiers، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
32
Stars
13
محدث
2026-07-07
Forks
1
التغطية المهنية
8 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

xero-mcp
مطوّرو البرمجيات

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 last ~30 min), before starting any Xero workflow, or for general guidance on Xero MCP usage.

2026-07-07
xero-browser
مطوّرو البرمجيات

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

2026-07-07
agent-browser-viewport
مطوّرو الويب

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, dense web apps).

2026-06-30
hubdoc-reviewer
موظفو المراسلات

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

2026-05-20
xlsx-to-csv
مطوّرو البرمجيات

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.

2026-05-20
agent-command-authoring
مطوّرو البرمجيات

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.

2026-05-13
describing-prs
مطوّرو البرمجيات

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

2026-05-13
pr-comment-resolving
محللو ضمان جودة البرمجيات والمختبرون

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 other source. Triggers on "/rr", "resolve review comments", "address PR feedback", "reply to review threads", "deal with CodeRabbit", etc.

2026-05-09
linear-ready
مطوّرو البرمجيات

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".

2026-03-26
plan-to-linear
مطوّرو البرمجيات

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.

2026-03-25
plan-to-beads
مطوّرو البرمجيات

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

2026-03-25
documentation-updates
المحررون

Update documentation based on lessons learned. Use after completing work to capture learnings and prevent future issues.

2026-03-08
code-refactoring-dry
مطوّرو البرمجيات

Remove code duplication by extracting shared logic into reusable components. Use when the same logic appears in multiple places.

2026-02-28
allow-agent-commands
مطوّرو البرمجيات

Add or change allowed commands in AI agent permission configs (OpenCode, Claude Code)

2026-02-18
code-linting
محللو ضمان جودة البرمجيات والمختبرون

Run linters according to repository guidelines. Use immediately after creating or modifying code, or before committing changes.

2026-02-18
code-refactoring-small
مطوّرو البرمجيات

Refactor overly large code units into smaller, more focused components. Use when code has grown too large or complex.

2026-02-18
code-reviewing
محللو ضمان جودة البرمجيات والمختبرون

Review code for quality, security, and maintainability. Use after code changes are completed and ready for review.

2026-02-18
editorconfig
مطوّرو البرمجيات

Generate a .editorconfig file for a repository

2026-02-18
git-commit
مطوّرو البرمجيات

Create well-formatted commits following conventional commits style with proper atomic commits and descriptive messages

2026-02-18
git-staging
المهن الحاسوبية الأخرى

Stage files, hunks, or specific lines in git non-interactively.

2026-02-18
iterative-development
مطوّرو البرمجيات

Implement sub-tasks iteratively with user approval between each one. Use when working through a task list with user collaboration.

2026-02-18
obs-management
مديرو الشبكات وأنظمة الحاسوب

Manage Open Build Service (OBS) projects. Use when working with OBS packages for home:aspiers.

2026-02-18
project-initialization
مطوّرو البرمجيات

Initialize a project with AI agent rules and documentation. Use when setting up a new repository for AI agent collaboration.

2026-02-18
prp-generation
مطوّرو البرمجيات

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

2026-02-18
safe-rm
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوب

Safely delete files / directories without asking for permission

2026-02-18
skill-authoring
مطوّرو البرمجيات

Create and maintain Claude Code skills following Anthropic best practices. Use when building new skills, refactoring existing ones, or ensuring skills follow official guidelines for structure, naming, progressive disclosure, and testing.

2026-02-18
slow-command-running
مطوّرو البرمجيات

Pipe long running commands through tee(1) to allow watching output and repeated analyses without rerunning

2026-02-18
subagent-authoring
مطوّرو البرمجيات

Create subagent definitions for Claude Code and OpenCode that delegate to skills. Use when creating new subagents or refactoring existing ones to follow the delegation pattern.

2026-02-18
task-generation
مطوّرو البرمجيات

Generate a detailed task list from a PRP. Use after a PRP is created and ready for implementation planning.

2026-02-18
task-implementation
مطوّرو البرمجيات

Implement a single sub-task from a task list. Use when working on feature development with existing task lists.

2026-02-18
task-orchestration
مديرو أنظمة الحاسوب والمعلومات

Orchestrate the complete development workflow for implementing sub-tasks from a task list. Use for end-to-end feature implementation with quality controls.

2026-02-18
test-running
محللو ضمان جودة البرمجيات والمختبرون

Run tests according to repository guidelines. Use after linting passes, before staging changes.

2026-02-18