بنقرة واحدة
claude-code
Full-stack coding assistant powered by Claude Code CLI
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Full-stack coding assistant powered by Claude Code CLI
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Google Calendar — list, create, and manage events via gcal CLI
Manage HubSpot CRM — contacts, companies, deals, tickets
Manage Shopify store — products, orders, customers, inventory
Configure audio transcription and image/video understanding for channels
AWS CLI for S3, EC2, Lambda, CloudWatch, RDS, and ECS
Google Calendar — list, create, and manage events via gcal CLI
| name | claude-code |
| description | Full-stack coding assistant powered by Claude Code CLI |
Use the bash tool with the Claude Code CLI for advanced coding tasks.
Check if installed:
command -v claude && claude --version
Install:
npm install -g @anthropic-ai/claude-code
Auth: Use the vault for ANTHROPIC_API_KEY. Stored keys are auto-injected as env vars (UPPERCASE).
# Save to vault (key name lowercase)
vault_save anthropic_api_key "sk-ant-..."
# Or interactive
claude setup-token
claude -p "fix the authentication bug in auth.ts" --allowedTools bash,read,write
claude -p "review this code for security issues" --permission-mode plan