npx claudepluginhub the-focus-ai/claude-marketplace --plugin focus-skillsBuild Distill microservices that collect, process, and summarize content from platforms (Twitter/X, Email, GitHub, YouTube). Use when implementing watch/unwatch lifecycle, sync endpoints, AI-generated summaries, or service discovery patterns. Trigger when user needs to create a content aggregation service, implement standard API patterns, or build LLM-optimized service interfaces.
Integrate applications with Focus API for authentication, wallet/credits, and job management. Use when implementing Clerk JWT auth, device-code flow for CLI tools, credit reservation and settlement, or job lifecycle (create/complete/fail). Trigger when building apps that connect to account.thefocus.ai or need to manage user credits and jobs.
Build CLI tools that authenticate with Twitter/X OAuth 2.0 using PKCE flow. Use when creating command-line apps that need Twitter tokens, implementing device-code style auth for scripts, or building automation tools that post to Twitter. Trigger when user needs Twitter API access from terminal, wants to build a tweet poster, or needs OAuth 2.0 PKCE implementation.
A collection of Claude Code skills for Focus.AI development workflows.
# Add the Focus marketplace (if not already added)
/plugin marketplace add The-Focus-AI/claude-marketplace
# Install the plugin
/plugin install focus-skills@focus-marketplace
Then restart Claude Code.
Install this plugin in Claude Code by adding it to your .claude/plugins directory.
Build Distill microservices that collect, process, and summarize content from platforms (Twitter/X, Email, GitHub, YouTube).
Use when:
Skill path: skills/distill-backend-service/SKILL.md
Reference: skills/distill-backend-service/references/REFERENCE.md
Integrate applications with Focus API for authentication, wallet/credits, and job management.
Use when:
Skill path: skills/focus-account-integration/SKILL.md
Reference: skills/focus-account-integration/references/REFERENCE.md
Build CLI tools that authenticate with Twitter/X OAuth 2.0 using PKCE flow.
Use when:
Skill path: skills/twitter-oauth-cli/SKILL.md
In Claude Code, these skills will be automatically suggested based on your context and needs. You can also invoke them explicitly by asking Claude to use a specific skill.
Each skill follows the universal Agent Skills format:
skills/
skill-name/
SKILL.md # Core instructions with YAML frontmatter (required)
references/ # Detailed reference documentation (optional)
scripts/ # Executable automation scripts (optional)
assets/ # Templates and resources (optional)
This format is portable across Claude Code, OpenAI Codex, VS Code Copilot, Cursor, Gemini CLI, and other platforms that support the Agent Skills standard.
Copyright The Focus AI. All rights reserved.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer