meta
Execute Claude Code commands in the telegram_agent project directory. Use when the user wants to work on the telegram agent itself, fix bugs, add features, or modify the bot code. This is a COMMAND HANDLER, not a script executor.
npx skills add majiayu000/claude-skill-registry --skill meta-neversight-skills-feed --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Meta Skill - Command Handler ⚠️ **IMPORTANT**: This skill is a COMMAND HANDLER registration. It tells the bot to handle `/meta` commands by spawning Claude Code Agent SDK sessions in the telegram_agent directory. ## What This Does Registers `/meta` as a command handler that: 1. Takes the user's prompt after `/meta` 2. Spawns a Claude Code Agent SDK session 3. Sets working directory to `~/ai_projects/telegram_agent` 4. Returns responses in Telegram ## Implementation The actual command handler needs to be registered in the telegram bot codebase at: - `src/bot/handlers/claude_commands.py` - Add meta command handler - `src/bot/bot.py` - Register the command ## Usage Pattern User types in Telegram: ``` /meta fix the rate limiting bug /meta add better logging /meta refactor authentication ``` Bot spawns Claude Agent SDK with: - Working directory: `~/ai_projects/telegram_agent` - Prompt: User's text after `/meta` - Same infrastructure as `/claude` command ## Example User Requests - `/meta fix bug in message handler` - `/meta add error recovery to file sending` - `/meta refactor the session management` - `/meta improve the keyboard layout` ## Implementation Notes Must use `ClaudeCodeServ
- What This Does
- Implementation
- Usage Pattern
- Example User Requests
- Implementation Notes
What does the meta skill do?
Execute Claude Code commands in the telegram_agent project directory. Use when the user wants to work on the telegram agent itself, fix bugs, add features, or modify the bot code. This is a COMMAND HANDLER, not a script executor.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill meta-neversight-skills-feed --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
