Loading...
Loading...
Found 9,582 Skills
Create a new team on a live LiteLLM proxy. Asks for team name, budget, and allowed models, then calls POST /team/new and shows the result. Use when the user wants to create a new team, set up team budgets, or configure model access for a team on the proxy.
Use git worktrees to run multiple coding agents in parallel on one repo without collisions. Use when starting a task in a shared repo, when the user says "worktree", "parallel agents", "one worktree per task", or when agents keep overwriting each other's changes. Covers creating worktrees, making them as complete as the main checkout (.env files, dependencies, databases, ports), merging back, and cleanup.
Create a new user on a live LiteLLM proxy. Asks for email, role, and optional budget/model limits, then calls POST /user/new and shows the result.
Query spend and token activity on a live LiteLLM proxy. Shows daily usage broken down by user, team, org, tag, job, or model. Use when the user wants to see costs, token counts, request volume, or job-level attribution for a given date range.
Register a new MCP server on a live LiteLLM proxy. Asks for the server name, transport type, URL, and optional auth, then calls POST /v1/mcp/server.
Inspect Midjourney jobs, queue, folders, and discovery feeds from the terminal
Append a structured entry to the project's session log (`docs/LOGS.md`): what was done this session, files touched, decisions taken, and the next step — so the next session (or another person) can pick up the thread without re-reading git history. Run it before `/clear`, before closing Claude Code, or at any natural stopping point. On Claude Code and want hand-tuned per-skill model/effort tiers? Install the `#claude` branch instead (`npx skills add gtrabanco/agentic-workflow#claude`) — see the README. This branch is model-agnostic: the skill inherits whatever model and effort your agent session is already using. Triggers: "log this session", "log-session", "write a session log", "journal what we did", "record this session before I clear", "save the session summary".
Covers Bitrix event system — new model (Bitrix\Main\Event, EventResult, EventManager::addEventHandler, make:event, make:eventhandler) and old model (OnBefore*/OnAfter* hooks in CIBlock, CUser, CSale and other classic APIs). Applied when integrating modules, entity lifecycle hooks, publishing custom events and subscribing to events of other modules. Key terms — Event, EventManager, EventResult, OnBefore, OnAfter, handler, subscriber, addEventHandler.
Official Topview AI creative skill. Generate and edit images, videos, music, speech, talking avatars, product-avatar images, cloned voices, and background-removed assets through the unified host MCP `topview-mcp`. Use for creative generation, board organization, and Topview credit checks. Do not use for Amazon, Shopee, TikTok Shop, or YouTube KOL research; route those requests to the matching Topview ops skill.
TikTok Shop public intelligence via unified host MCP `topview-mcp` (progressive disclosure: use_tiktok_data → get_tool_schema → call_tool; deferred td_* tools). Use when: TikTok Shop market trends, product selection, viral material breakdown, scripts, content calendar, affiliate/creator ops, ads/live ops. NOT for: Amazon, Shopee, YouTube KOL pool, or media generation (use topview-amazon-ops, topview-shopee-ops, topview-youtube-kol-ops, or topview-generate).
Manage users, groups, and permissions on Linux systems. Configure sudo and access controls. Use when managing system access.
Design secure, multi-tenant LLM hosting platforms with tenant isolation, quotas, billing attribution, noisy-neighbor protection, and per-tenant policy controls.