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

skills-x

يحتوي skills-x على 28 من skills المجمعة من castle-x، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

go-pocketbase-integration
مطوّرو البرمجيات

Integrate PocketBase as a Go library using the github.com/castle-x/goutils/pocketbase (gopb) package to build single-binary full-stack applications. Use when building Go applications that need user authentication, embedding PocketBase into Go binary, registering custom API routes, managing default users, serving embedded SPA frontend, or deploying single-binary applications. NOT for using PocketBase as a standalone separate process.

2026-04-16
skills-x
المهن الحاسوبية الأخرى

Guide for contributing new skills to the skills-x collection. This skill should be used when users want to add new open-source skills from external sources (like agentskills.io or anthropics/skills) to the skills-x repository. It covers the complete workflow from discovery to publishing.

2026-04-09
feishu-notify
مطوّرو البرمجيات

帮助用户将飞书群机器人 Webhook 通知接入 Claude Code,使得每次任务完成后自动发送飞书消息卡片通知。 触发场景(当用户提到以下任意内容时激活此 skill): - "飞书通知"、"接入飞书"、"飞书提醒" - "task 完成通知"、"任务完成提醒" - "claude 完成提醒"、"claude 通知" - "Stop hook 通知"、"hook 通知" - "发飞书消息"、"飞书机器人" - "任务结束通知"、"配置通知"

2026-04-02
brainstorming
مطوّرو البرمجيات

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026-03-04
dispatching-parallel-agents
مديرو أنظمة الحاسوب والمعلومات

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2026-03-04
executing-plans
مطوّرو البرمجياتمتخصصو إدارة المشاريع

Use when you have a written implementation plan to execute in a separate session with review checkpoints

2026-03-04
find-skills
مطوّرو البرمجيات

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

2026-03-04
finishing-a-development-branch
مطوّرو البرمجيات

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

2026-03-04
golang-cli-cobra-viper
مطوّرو البرمجيات

Building production-quality CLI tools with Cobra command framework and Viper configuration management

2026-03-04
golang-testing
محللو ضمان جودة البرمجيات والمختبرون

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.

2026-03-04
receiving-code-review
مطوّرو البرمجيات

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2026-03-04
requesting-code-review
مطوّرو البرمجيات

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2026-03-04
skill-creator
مطوّرو البرمجيات

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

2026-03-04
subagent-driven-development
مطوّرو البرمجيات

Use when executing implementation plans with independent tasks in the current session

2026-03-04
systematic-debugging
المهن الحاسوبية الأخرى

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-03-04
test-driven-development
مطوّرو البرمجيات

Use when implementing any feature or bugfix, before writing implementation code

2026-03-04
using-superpowers
مطوّرو البرمجيات

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

2026-03-04
verification-before-completion
محللو ضمان جودة البرمجيات والمختبرون

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

2026-03-04
writing-plans
الكتّاب التقنيون

Use when you have a spec or requirements for a multi-step task, before touching code

2026-03-04
writing-skills
الكتّاب التقنيون

Use when creating new skills, editing existing skills, or verifying skills work before deployment

2026-03-04
go-i18n
مطوّرو البرمجيات

Use when defining or updating Go CLI i18n rules in this repo, especially around locale files, env-based language selection, and key naming.

2026-03-04
skills-x
متخصصو إدارة المشاريع

Guide for contributing new skills to the skills-x collection. This skill should be used when users want to add new open-source skills from external sources (like agentskills.io or anthropics/skills) to the skills-x repository. It covers the complete workflow from discovery to publishing.

2026-03-04
tui-design
المصممون الجرافيكيون

Design specification for CLI TUI (Terminal User Interface). This skill provides comprehensive guidelines for implementing interactive terminal UI components, including page layout structure, color schemes, keyboard navigation, and multi-level navigation principles.

2026-03-04
baidu-speech-to-text
مطوّرو البرمجيات

百度语音识别 - 将语音消息转换为文本。支持中文普通话、英语、粤语、四川话。专为国内服务器环境优化,自动绕过代理访问百度 API。

2026-02-24
go-embedded-spa
مطوّرو البرمجيات

This skill provides guidance for implementing Go Embedded SPA architecture - embedding React/Vue/TSX frontend static resources into Go binary using go:embed directive. Use this skill when building self-contained single-binary applications, implementing SPA with Go backend, setting up cross-platform deployable full-stack projects, or configuring static file serving with Go standard library net/http.

2026-02-24
go-i18n
مطوّرو البرمجيات

Use when defining or updating Go CLI i18n rules in this repo, especially around locale files, env-based language selection, and key naming.

2026-02-24
minimal-ui-design
المصممون الجرافيكيون

Use when designing or refining UIs that must be visually minimal, low-noise, and icon-forward while staying understandable for new users, especially when reducing text, consolidating controls, or streamlining dialogs, toolbars, search panels, or list results.

2026-02-24
tui-design
المصممون الجرافيكيون

Design specification for CLI TUI (Terminal User Interface). This skill provides comprehensive guidelines for implementing interactive terminal UI components, including page layout structure, color schemes, keyboard navigation, and multi-level navigation principles.

2026-02-24