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

llmlb

يحتوي llmlb على 18 من skills المجمعة من akiojin، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

gwt-pr
مطوّرو البرمجيات

Create or update GitHub Pull Requests with the gh CLI, including deciding whether to create a new PR or only push based on existing PR merge status. Use when the user asks to open/create/edit a PR, generate a PR body/template, or says 'open a PR/create a PR/gh pr'. Defaults: base=develop, head=current branch (same-branch only; never create/switch branches).

2026-04-05
gwt-project-index
مطوّرو البرمجيات

Semantic search over project source files using vector embeddings. Use to find files related to a feature, bug, or concept.

2026-03-23
gwt-fix-pr
مطوّرو البرمجيات

Inspect GitHub PR for CI failures, merge conflicts, update-branch requirements, reviewer comments, change requests, and unresolved review threads. Create fix plans and implement after user approval. Reply to ALL reviewer comments with action taken or reason for not addressing, then resolve threads. Notify reviewers after fixes.

2026-03-23
gwt-pr-check
مطوّرو البرمجيات

Check GitHub PR status with the gh CLI, including unmerged PR detection and post-merge new-commit detection for the current branch.

2026-03-23
gwt-spec-to-issue-migration
مطوّرو البرمجيات

Migrate legacy spec sources to artifact-first GitHub Issue specs. Supports local `specs/SPEC-*` directories and body-canonical `gwt-spec` Issues using the bundled migration script.

2026-03-23
gwt-pty-communication
مطوّرو البرمجيات

PTY based communication tools for Project Mode orchestration (Lead/Coordinator/Developer).

2026-03-09
hotfix
مطوّرو البرمجيات

Execute the hotfix workflow when the user asks `hotfix` or `/hotfix`: create a hotfix branch from main, guide fix+checks, open PR to main, and confirm patch release.

2026-02-27
release
مطوّرو البرمجيات

Execute the release workflow when the user asks `release` or `/release`: sync develop, update version/changelog, create `chore(release)` commit, collect closing issues, create develop->main release PR, and verify release/publish artifacts.

2026-02-27
llmlb-cli-usage
مطوّرو البرمجيات

Practical guide for llmlb assistant CLI commands replacing the legacy MCP server flow.

2026-02-17
llmlb-cli-usage
مطوّرو البرمجيات

Use llmlb assistant CLI commands (curl/openapi/guide) instead of the deprecated MCP server flow.

2026-02-17
vercel-react-best-practices
مطوّرو البرمجيات

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

2026-01-17
skill-installer
مطوّرو البرمجيات

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

2025-12-20
plan
مطوّرو البرمجيات

Generate a plan for how an agent should accomplish a complex coding task. Use when a user asks for a plan, and optionally when they want to save, find, read, update, or delete plan files in $CODEX_HOME/plans (default ~/.codex/plans).

2025-12-20
skill-creator
مطوّرو البرمجيات

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

2025-12-20
drawio
مطوّرو البرمجيات

Create and edit draw.io diagrams in XML format. Use when the user wants to create flowcharts, architecture diagrams, sequence diagrams, or any visual diagrams. Handles XML structure, styling, fonts (Noto Sans JP), arrows, connectors, and PNG export.

2025-12-20
claude-opus-4-5-migration
مطوّرو البرمجيات

Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.

2025-12-10
rule-identifier
مطوّرو البرمجيات

This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.

2025-12-10
mcp-server-development
مطوّرو البرمجيات

Expert guidance for building MCP (Model Context Protocol) servers using the TypeScript SDK. Use when developing MCP servers, implementing tools/resources/prompts, or working with the @modelcontextprotocol/sdk package. Covers server initialization, request handlers, Zod schemas, error handling, and JSON-RPC patterns.

2025-12-09