Skip to main content

这个仓库中的 skills

nota-america/forgecat-agent-profiles - 第 16 页

SkillsMP 已收集 nota-america/forgecat-agent-profiles 中的 1,102 个 Skill。打开任一 Skill 可查看来源和详情。

nota-america/forgecat-agent-profiles

已展示 40 / 1,102 个已收集 Skill。

职业分类
技术写作员
描述

Quick-reference card for all ponytail modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /ponytail-help, "ponytail help", "what ponytail commands", "how do I use ponytail".

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support

原文语言:英语

更新
职业分类
软件开发工程师
描述

Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization

原文语言:英语

更新
职业分类
软件开发工程师
描述

State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to `agents-memory-updater`.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when building, debugging, packaging, or publishing browser userscripts for Tampermonkey or ScriptCat, including GM APIs, metadata blocks, permission issues, @match/@grant/@connect setup, ScriptCat background or scheduled scripts, UserConfig blocks, or…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when users ask how to write, explain, customize, migrate, secure, or troubleshoot GitHub Actions workflows, workflow syntax, triggers, matrices, runners, reusable workflows, artifacts, caching, secrets, OIDC, deployments, custom actions, or Actions Runner…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Use when self-hosting OpenClaw on a cloud server, hardening a remote OpenClaw gateway, choosing between SSH tunneling, Tailscale, or reverse-proxy exposure, or reviewing Podman, pairing, sandboxing, token auth, and tool-permission defaults for a secure…

原文语言:英语

更新
职业分类
项目管理专家
描述

Use when a user wants guidance on starting, contributing to, growing, governing, funding, securing, or sustaining an open source project, or asks about contributor onboarding, community health, maintainer burnout, code of conduct, metrics, legal basics, or…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Use when setting up, hardening, or reviewing a cloud server for self-hosting, including DNS, SSH, firewalls, Nginx, static-site hosting, reverse-proxying an app, HTTPS with Let's Encrypt or ACME clients, safe HTTP-to-HTTPS redirects, or optional post-launch…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when users ask to discover, install, list, check, update, remove, back up, restore, sync, or initialize Agent Skills, mention `bunx skills`, `npx skills`, `skills.sh`, or `skills-lock.json`, ask "find a skill for X", or want help extending agent…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when the user needs to create, extract, flatten, list, test, install, script, or troubleshoot `tzst` CLI workflows for `.tzst` or `.tar.zst` archives, including compression levels, streaming mode, extraction filters, conflict resolution, JSON output, or…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use this skill when the user wants to send or fetch files through an Xdrop server from the terminal, asks to automate encrypted Xdrop share-link workflows, provides an Xdrop `/t/:transferId#k=...` link to download and decrypt locally, or needs Xdrop CLI flags…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when tasks involve Xget URL rewriting, registry/package/container/API acceleration, integrating Xget into Git, download tools, package managers, container builds, AI SDKs, CI/CD, deployment, self-hosting, or adapting commands and config from the live…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data via Chrome…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.

原文语言:英语

更新
职业分类
项目管理专家
描述

Refines ideas iteratively. Refine ideas through structured divergent and convergent thinking. Use "idea-refine" or "ideate" to trigger.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.

原文语言:英语

更新
职业分类
项目管理专家
描述

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real…

原文语言:英语

更新
已展示 40 / 1,102 个已收集 Skill。