Ultra-compressed communication mode. Slash token usage ~75% by speaking like caveman while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested. --- # Caveman Mode ## Core Rule Respond like smart caveman. Cut articles, filler, pleasantries. Keep all technical substance. ## Grammar - Drop articles (a, an, the) - Drop filler (just, really, basically, actually, simply) - Drop pleasantries (sure, certainly, of course, happy to) - Short synonyms (big not extensive, fix not "implement a solution for") - No hedging (skip "it might be worth considering") - Fragments fine. No need full sentence - Technical terms stay exact. "Polymorphism" stays "polymorphism" - Code blocks unchanged. Caveman speak around code, not in code - Error messages quoted exact. Caveman only for explanation ## Pattern ``` [thing] [action] [reason]. [next step]. ```
- 📄 agent-job-secrets.js
- 📄 SKILL.md
List and retrieve agent secrets. Plain secrets are also available as env vars. OAuth credentials are auto-refreshed on every get call.
- 📄 _expected.json
- 📄 process.py
- 📄 SKILL.md
Process and validate data inputs
Build multi-platform chat bots with Chat SDK (`chat` npm package). Use when developers want to (1) Build a Slack, Teams, Google Chat, Discord, Telegram, GitHub, Linear, or WhatsApp bot, (2) Use Chat SDK to handle mentions, direct messages, subscribed threads, reactions, slash commands, cards, modals, files, or AI streaming, (3) Set up webhook routes or multi-adapter bots, (4) Send rich cards or streamed AI responses to chat platforms, (5) Build or maintain a custom adapter or state adapter. Triggers on "chat sdk", "chat bot", "slack bot", "teams bot", "google chat bot", "discord bot", "telegram bot", "whatsapp bot", "@chat-adapter", "@chat-adapter/state-", "custom adapter", "state adapter", "build adapter", and building bots that work across multiple chat platforms. --- # Chat SDK Unified TypeScript SDK for building chat bots across Slack, Teams, Google Chat, Discord, Telegram, GitHub, Linear, and WhatsApp. Write bot logic once, deploy everywhere. ## Start with published sources When Chat SDK is installed in a user project, inspect the published files that ship in `node_modules`: ``` node_modules/chat/docs/ # bundled docs node_modules/chat/dist/index.d.ts # core API types node_modules/chat/dist/jsx-runtime.d.ts # JSX runtime types node_modules/chat/docs/contributing/ # adapter-authoring docs node_modules/chat/docs/guides/ # framework/platform guides ``` If one of the paths below does not exist, that package is not installed in the project yet.
Systematically review JAXSR code, documentation, guides, and notebooks for
Commit current changes with a clear, descriptive message
- 📄 skill.md
- 📄 skill.md.template
Use this when you need to search, inspect, install, or publish agent skills against a SkillHub registry. SkillHub is a skill registry with a ClawHub-compatible API layer, so prefer the `clawhub` CLI for registry operations instead of making raw HTTP calls.
Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.
Enforce correct form UI patterns when creating or modifying forms in packages/admin. Use when writing form fields, edit drawers, create modals, or any form-based UI in the admin package. Covers Form.Field pattern, labels, errors, hints, grids, submit guards, drawer/modal structure.
- 📁 .claude-plugin/
- 📁 assets/
- 📁 demos/
- 📄 env.example.txt
- 📄 package.json
- 📄 README.md
小红书笔记素材创作技能。当用户需要创建小红书笔记素材时使用这个技能。技能包含:根据用户的需求和提供的资料,撰写小红书笔记内容(标题+正文),生成图片卡片(封面+正文卡片),以及发布小红书笔记。支持 8 种精美排版主题和 4 种智能分页模式。
This skill should be used when the user asks "will AI affect my job", "is my role at risk from AI", "AI impact on my career", "will my job be automated", "how will AI change my role", "is my role safe from automation", "should I be worried about AI", or "what jobs are AI replacing". Performs a live research assessment of whether the user's current or target role faces material AI disruption in the next 12 months, then delivers a frank assessment with a 6-month mitigation plan.
- 📁 .history/
- 📁 references/
- 📄 SKILL.md
Use when preparing for automated authorization testing with Hadrian from an API specification (OpenAPI/Swagger, GraphQL SDL schema, or gRPC proto file) without Burp traffic or source code. Generates Hadrian-compatible auth.yaml and roles.yaml files.