Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

dotfiles

dotfiles 收录了来自 nuggocto 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
5
更新
2026-07-12
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

benchmark
软件开发工程师

Benchmark codebases, services, CLIs, libraries, and hot paths with reproducible measurements: latency p50/p95/p99, throughput, size, memory, allocations, startup, and regression comparisons. Use when asked to benchmark, profile, measure performance, compare speed or size, tune latency, or validate performance changes across any programming language.

2026-07-12
fastapi
软件开发工程师

Production-grade FastAPI and Pydantic guidance focused on ASGI lifecycle, dependency scopes, async correctness, validated API contracts, security, streaming, testing, and deployment. Use when working with FastAPI, Starlette, Pydantic request/response models, APIRouter, Depends, Uvicorn, or ASGI APIs.

2026-07-11
python
软件开发工程师

Production-grade Python guidance focused on explicit APIs, typing, resource lifecycles, structured concurrency, packaging, security, testing, and measurable performance. Use when working with Python code, .py/.pyi files, pyproject.toml, Python packages, scripts, services, CLIs, or async programs.

2026-07-11
elixir
软件开发工程师

Production-grade Elixir backend guidance focused on Phoenix, Ecto, the BEAM, and reliable, observable services. Use when working with Elixir/Phoenix code, .ex/.exs files, mix projects, Ecto schemas or migrations, LiveView, or BEAM services.

2026-07-11
go
软件开发工程师

Production-grade Go backend guidance focused on idiomatic code, clear architecture boundaries, reliability, and testability. Use when working with Go code, .go files, go.mod modules, or Go services, APIs, and workers.

2026-07-11
odin
软件开发工程师

Production-grade Odin guidance focused on explicit ownership, allocator lifetimes, data-oriented design, C interoperability, and reliable systems code. Use when working with Odin code, .odin files, Odin packages, odin build/check/test commands, or native applications and libraries written in Odin.

2026-07-11
rust
软件开发工程师

Production-grade Rust backend guidance focused on idiomatic design, explicit error handling, safe concurrency, and reliable operations. Use when working with Rust code, .rs files, Cargo projects, or Rust services, APIs, and workers.

2026-07-11
qa
软件质量保证分析师与测试员

Verify that a feature or fix actually works before it ships: run it, exercise it like a real user, probe edge cases and error states, and report findings with reproduction steps. Use when asked to QA, verify, smoke-test, or sanity-check a change.

2026-07-09
security
信息安全分析师

Audit software for real, exploitable security weaknesses: threat-model the system, review the high-impact vulnerability classes, verify findings safely, and report them with severity and concrete fixes. Use when asked to review security, find vulnerabilities, audit, threat-model, or harden a change.

2026-07-09
tiger-style
软件开发工程师

Apply TigerStyle engineering principles: safety first, performance second, developer experience third. Use when reviewing or writing performance-sensitive systems, storage engines, infrastructure, or when the user wants a strict, disciplined coding style.

2026-07-09
turnstile-spin
软件开发工程师

Set up Cloudflare Turnstile end-to-end in a project — scan the codebase, create the widget via the Cloudflare API, deploy the managed siteverify Worker, write the frontend snippets, validate, and persist the skill. Load this when a user asks to add Turnstile, set up CAPTCHA, protect a form from bots, or fix a Turnstile integration. Mirrors developers.cloudflare.com/turnstile/spin.

2026-07-07
test-quality
软件质量保证分析师与测试员

Write and review high-quality tests: deterministic, behavior-focused, and worth their maintenance cost. Use when writing new tests, reviewing test code, fixing flaky tests, or when the user asks if the tests are any good.

2026-06-13