بنقرة واحدة
coding
Software development, code analysis, debugging, and implementation tasks
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Software development, code analysis, debugging, and implementation tasks
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run user-created frontend/backend/WebSocket services and expose them through Cloudflare by default when the user asks to start, deploy, preview, share, or make the service accessible. Local-only is allowed only when explicitly requested.
Search, install, and remove Agent Skills from skills.sh or confirmed skill GitHub sources
Use when working with spoon-bot's built-in EVM wallet, checking balances, transferring EVM assets, signing messages or transactions, rotating/exporting keys, or supporting skills that expect the legacy ~/.agent-wallet layout.
Use when creating, listing, steering, cancelling, or resuming spoon-bot persistent subagents through explicit tools or API calls.
A skill for performing automated code reviews with security and best practices analysis
A skill for automating common Git operations with safety checks
| name | coding |
| description | Software development, code analysis, debugging, and implementation tasks |
| version | 1.0.0 |
| author | XSpoon Team |
| tags | ["development","programming","debugging","implementation"] |
| triggers | [{"type":"keyword","keywords":["code","program","debug","fix","implement","write","function","class","bug","error","refactor"],"priority":80},{"type":"pattern","patterns":["(?i)(write|create|implement|fix|debug) .*(code|function|class|script)","(?i)(python|javascript|typescript|rust|go) .*(code|script|program)"],"priority":75}] |
| parameters | [{"name":"language","type":"string","required":false,"description":"Programming language for the task"},{"name":"framework","type":"string","required":false,"description":"Framework or library to use"}] |
| composable | true |
| persist_state | false |
You are an expert software developer. When working on coding tasks:
read_file to understand existing implementationsedit_file for precise changeswrite_file only when creating entirely new filesUse shell for:
python -m pytestpip install packagegit status, git diffnpm run build, cargo buildAlways quote paths with spaces and use appropriate timeouts for long-running commands.