# int2t05

> Open-source publisher. Listings imported from github.com/int2t05 — credited to the original author with their license.

- **Listings:** 47
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/int2t05
- **Website:** https://github.com/int2t05

## Published listings

- [Ci Cd](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-ci-cd) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-ci-cd`
  Use when working on CI/CD pipelines and automation — build, test, and deploy automation, pipeline design, and deployment strategies. Triggers on "CI pipeline", "GitHub Actions", "deployment strategy", "CI/CD", "流水线", "持续集成", "部署策略".
- [Architecture](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-architecture) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-architecture`
  Use when designing high-level system architecture, reviewing existing designs, or making architectural decisions — produces ADRs, architecture diagrams, and evaluates scalability/NFR trade-offs. Triggers on "system design", "架构设计", "ADR", "scalability", "系统设计", "架构决策".
- [Multi Agent Orchestration](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-multi-agent-orchestration) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-multi-agent-orchestration`
  Use when executing work through subagents — dispatching independent tasks to parallel isolated-context agents, or driving a plan as a sequence of implementer-subagents with review checkpoints. Scales beyond a single context window. Triggers on "parallel agents", "subagent execution", "dispatch tasks", "fan out", "并行 agent", "子代理执行", "派发任务". Not for breaking a plan into tickets (use breakdown) or…
- [Observability](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-observability) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-observability`
  Use when adding logs, metrics, alerts, or instrumentation to a system — making runtime behavior observable and debuggable in production. Triggers on "add logging", "metrics", "alerting", "instrumentation", "加日志", "可观测性", "监控告警".
- [Implement](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-implement) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-implement`
  Use when implementing the work described by a spec or tickets — drives TDD within each slice, runs typechecks and tests regularly, and closes with code-review before committing. Also covers lightweight changes (small edits, mechanical renames, project scaffolding) that don't need a full spec. Triggers on "implement", "build this", "code the feature", "实现", "编码", "改这个配置", "重命名", "搭项目骨架" — also whe…
- [Tdd](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-tdd) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-tdd`
  Use when implementing any feature or bugfix, before writing implementation code — red-green-refactor loop, one vertical slice at a time. Triggers on "tdd", "test-driven", "red green refactor", "测试驱动开发", "红绿重构", "测试驱动". Not for spec-driven slice implementation (use implement — it drives TDD within each slice) or generating tests for existing code (use test-generation).
- [Git Workflow](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-git-workflow) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-git-workflow`
  Use when committing, branching, resolving merge or rebase conflicts, or setting up git guardrails and pre-commit hooks — resolves conflicts by intent traced to each side's source, never --abort. Triggers on "commit", "merge conflict", "rebase", "pre-commit", "提交", "合并冲突", "分支管理".
- [Code Review](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-code-review) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-code-review`
  Use when reviewing code — pre-merge two-axis review (Standards + Spec), in-flight adversarial doubt, evidence-before-done verification, or receiving review feedback. Triggers on "review this", "code review", "before merge", "代码审查", "合并前审查", "帮我看看这代码", "能合并吗", "are you sure", "verify before done", "收到评审意见". Not for machine-detectable lint (use linting) or runtime bugs (use debugging).
- [E2e Testing](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-e2e-testing) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-e2e-testing`
  Use when writing end-to-end or browser tests — user journeys, form submission, and runtime UI verification through a browser automation tool (Playwright by default, or your framework's equivalent). Triggers on "playwright", "e2e test", "browser test", "end-to-end", "端到端测试", "浏览器测试".
- [Test Generation](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-test-generation) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-test-generation`
  Use when generating test files for existing code or from a spec — language-agnostic, works with any test framework. Triggers on "generate tests", "write tests for", "生成测试", "生成测试代码", "补测试".
- [Auth Implementation](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-auth-implementation) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-auth-implementation`
  Use when implementing authentication — login, sessions, JWT, OAuth2/OIDC, password hashing, and RBAC/ABAC authorization. Language-agnostic patterns for building auth correctly the first time. Triggers on "implement auth", "password hashing", "OAuth integration", "实现认证", "实现登录", "OAuth 集成", "token 轮换". Not for auditing existing auth for vulnerabilities (use security-review) or designing auth archi…
- [Prototype](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-prototype) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-prototype`
  Use when a design question is best answered by a throwaway prototype — a single shareable HTML file for state/logic, or several toggleable UI variations to compare. Triggers on "prototype", "throwaway", "mockup", "compare layouts", "validate the interaction", "sketch out", "try this quickly", "build a demo", "原型", "试做", "试这个方案", "搭个快速 demo".
- [Handoff](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-handoff) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-handoff`
  Use when handing off work to another session or agent — produces a structured handoff brief capturing context, decisions, and next steps. Triggers on "handoff", "hand over", "交接", "移交工作".
- [Deprecation Migration](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-deprecation-migration) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-deprecation-migration`
  Use when deprecating old code or APIs, migrating to a new system, or upgrading dependencies — staged deprecation paths and migration strategies that preserve behavior across the transition. Triggers on "deprecate", "migrate", "sunset API", "弃用", "迁移", "升级依赖", "更新这个库", "upgrade dependency".
- [Research](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-research) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-research`
  Use when the user asks for source-backed investigation — deep web research, market/competitor analysis, or technology selection — producing a cited Markdown artifact under docs/research/. Three modes: general, market, tech-selection. Triggers on "deep research", "调研报告", "市场调研", "竞品分析", "技术选型", "选哪个", "方案对比". Not for design visual references (use design-research) or writing the PRD/spec (use spec).
- [Design Research](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-design-research) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-design-research`
  Use when retrieving real design references — landing pages, user flows, visual styles — from free public galleries to ground imagegen or frontend-design work in what real products actually do. Triggers on "design references", "real UI references", "find design inspiration", "设计参考", "真实设计参考", "找设计灵感", "设计灵感". Not for generating design images (use imagegen) or writing frontend code (use frontend-de…
- [Linting](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-linting) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-linting`
  Use when fixing machine-detectable code issues — run linters and static analyzers (ESLint, Ruff, Clippy, golangci-lint), resolve findings, suppress false positives with justification, tighten config. Automated quality gate, distinct from human-judgment review. Triggers on "lint", "linting", "fix eslint", "static analysis", "lint 修复", "静态分析", "格式检查", "代码规范检查". Not for human-judgment code review (u…
- [Skill Authoring](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-skill-authoring) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-skill-authoring`
  Use when creating, editing, or evaluating a skill in this collection — writes SKILL.md frontmatter and four sections, generates the Codex adapter, runs the validator, and tunes description triggering. The authoring half of using-skills (which routes/consumes). Triggers on "write a skill", "edit skill", "skill eval", "tune triggers", "写技能", "改技能", "技能评估". Not for routing to an existing skill (use…
- [Performance](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-performance) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-performance`
  Use when optimizing performance — measure before you optimize: profile, identify bottlenecks, then improve. Triggers on "webperf", "performance regression", "慢", "性能优化", "性能调优" — also when user says "太慢了" / "卡顿".
- [Using Skills](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-using-skills) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-using-skills`
  Use when starting a session or deciding which skill applies — maps incoming work to the right skill across the 9 SDLC phases. Triggers on "which skill should I use", "route this task", "用哪个技能", "路由".
- [Api Testing](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-api-testing) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-api-testing`
  Use when testing APIs or designing API test strategies — contract testing, REST/GraphQL testing, and integration testing. Triggers on "test API", "contract testing", "integration test", "API 测试", "接口测试", "契约测试".
- [Prompt Engineering](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-prompt-engineering) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-prompt-engineering`
  Use when designing prompts, evals, or LLM-powered features — prompt architecture, model selection, guardrails, and eval harnesses for prompt-as-product surfaces. Triggers on "prompt engineering", "LLM feature", "eval harness", "prompt design", "提示词工程", "LLM 特性", "prompt 设计".
- [Brainstorm](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-brainstorm) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-brainstorm`
  Use before creative work, or when the ask is underspecified — one-question-at-a-time dialogue that sharpens a vague idea into a concrete proposal. Triggers on "brainstorm", "grill me", "interview me", "refine this idea", "头脑风暴", "帮我打磨想法", "盘问我".
- [Oss Polish](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-oss-polish) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-oss-polish`
  Use when polishing an open source project's GitHub presence — README, topics/About description, commit-history narrative story, and trending-repo positioning. Triggers on "polish my repo", "beautify open source project", "开源项目美化", "优化项目展示".
- [I18n](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-i18n) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-i18n`
  Use when internationalizing an application — message extraction, ICU/MessageFormat, locale routing, RTL layout, pluralization/gender, and locale-aware formatting. Triggers on "i18n", "localization", "l10n", "RTL", "国际化", "本地化", "多语言".
- [Spec](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-spec) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-spec`
  Use when starting a new project, feature, or significant change — writes a spec/PRD covering objectives, structure, commands, code style, testing, and boundaries before any code. Triggers on "write spec", "create prd", "spec out", "写需求文档", "写规格", "需求文档" — also when user says "要做什么" / "需求是什么".
- [Context Engineering](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-context-engineering) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-context-engineering`
  Use when the agent needs better context — assembling the right files, definitions, and prior decisions before implementing, or explaining existing code to a user. Triggers on "agent lacks context", "what files matter", "解释这段代码", "这个模块怎么工作", "带我过一遍代码库".
- [Incident Response](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-incident-response) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-incident-response`
  Use when a production incident is live or just resolved — severity classification, containment, comms, rollback-vs-fix decisions, and blameless postmortem. Triggers on "incident", "on-call", "page", "postmortem", "事故响应", "线上故障", "复盘".
- [Shipping](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-shipping) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-shipping`
  Use when deploying or launching to production — checklist-driven launch with rollback readiness and launch-day verification. Triggers on "ship", "deploy", "launch", "go live", "上线", "发布", "部署到生产".
- [Api Design](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-api-design) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-api-design`
  Use when designing APIs or interfaces — REST/GraphQL contracts, request/response shapes, versioning, error models, and interface ergonomics. Triggers on "design API", "REST contract", "GraphQL schema", "接口设计", "API 契约", "API 设计".
- [Frontend Design](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-frontend-design) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-frontend-design`
  Use when building web components, pages, or applications with distinctive, production-grade design quality — color, typography, layout, interaction states, and platform conventions. Triggers on "frontend", "UI design", "design", "组件设计", "界面设计", "前端设计", "视觉风格".
- [A11y Review](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-a11y-review) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-a11y-review`
  Use when reviewing changes for accessibility — WCAG conformance, axe-core findings, keyboard and screen-reader support, contrast. Triggers on "accessibility", "a11y", "WCAG", "screen reader", "无障碍", "可访问性". Not for general code quality (use code-review), machine-detectable lint (use linting), or runtime behavior bugs (use debugging).
- [Refactoring](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-refactoring) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-refactoring`
  Use when restructuring code without changing behavior — extract modules, move classes, redraw dependency boundaries, split or merge files. Behavior-preserving structural changes that make the codebase easier to evolve, distinct from single-file clarity cleanup. Triggers on "refactor structure", "extract module", "move class", "split file", "change dependency", "重构结构", "提取模块", "拆分文件", "改依赖图". Not…
- [Schema Design](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-schema-design) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-schema-design`
  Use when designing a data model for a new feature or bounded context — entities, relationships, normalization, indexing, constraints, partitioning. Triggers on "data model", "schema design", "database design", "ER model", "数据模型", "表结构设计", "数据库设计".
- [Simplify](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-simplify) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-simplify`
  Use when the code is too complex — clarity over cleverness, removes speculative abstractions, dead complexity, and earns-its-cost structures. Triggers on "simplify", "too complex", "refactor for clarity", "简化", "太复杂", "重构求清晰". Not for cross-module structural changes (use refactoring) or architecture audit (use codebase-design) — single-file clarity stays here.
- [Load Testing](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-load-testing) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-load-testing`
  Use when validating capacity under load — generate realistic and adversarial traffic, find breaking points, characterize saturation, validate autoscaling. Triggers on "load test", "stress test", "capacity", "k6", "Locust", "wrk", "压测", "压力测试", "容量测试".
- [Debugging](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-debugging) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-debugging`
  Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes — disciplined diagnosis: build a red loop, minimise, hypothesise, instrument, fix, regression-test. Also covers log triage when full reproduction isn't needed yet. Triggers on "debug", "bug", "test failure", "unexpected behavior", "调试", "排查 bug", "读日志", "排查错误日志" — also when user says "为什么返回 null" / "跑不通".
- [Image To Code](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-image-to-code) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-image-to-code`
  Use when turning a design image into frontend code — image-first pipeline: generate reference images, analyze each deeply, then implement to match. Triggers on "image to code", "设计图转代码", "图片实现", "从设计图实现". Not for pure code without image reference (use frontend-design) or image generation only (use imagegen).
- [Domain Modeling](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-domain-modeling) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-domain-modeling`
  Use when building or sharpening a project's domain model — challenging terms, stress-testing with scenarios, and updating CONTEXT.md and ADRs to establish a shared ubiquitous language. Triggers on "domain model", "ubiquitous language", "CONTEXT.md", "领域模型", "统一语言", "领域建模".
- [Breakdown](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-breakdown) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-breakdown`
  Use when breaking a plan, spec, or conversation into tracer-bullet tickets, each declaring its blocking edges — for work too large for one session, builds a shared map of decision tickets resolved one at a time. Triggers on "break into tickets", "decompose", "wayfinder", "拆解任务", "拆票", "任务分解".
- [Documentation Audit](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-documentation-audit) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-documentation-audit`
  Use when documentation drifts from code — syncs PRD/TECH/API/FLOW/TODO to the codebase and produces an audit report. Triggers on "docs out of date", "documentation drift", "sync docs", "文档同步", "写文档", "写 README", "文档化这个功能", "文档审计".
- [Codebase Design](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-codebase-design) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-codebase-design`
  Use when designing deep modules, finding refactoring or deepening opportunities, or making a codebase more testable and AI-navigable. Presents deepening opportunities and works through the one you pick. Triggers on "deep modules", "refactor architecture", "deepening", "深化模块", "重构架构", "代码库设计". Not for executing the change (use refactoring), single-file clarity (use simplify), or greenfield archite…
- [Oss Strategy](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-oss-strategy) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-oss-strategy`
  Use when deciding open source strategy — business model, COSS, open core, commercialization, or growth. Triggers on "open source strategy", "open source to paid", "open source business model", "OSS 策略", "DevHunt", "开源策略", "开源商业模式".
- [Imagegen](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-imagegen) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-imagegen`
  Use when generating premium design reference images across three modes — brand identity boards, website section images, or mobile app screens — art-directed and implementation-friendly, not generic AI slop. Output is images only, never code. Triggers on "brand kit", "logo 设计", "品牌系统", "web design image", "landing page image", "网站设计图", "mobile design image", "app screen image", "移动端设计图", "手机界面图".…
- [Cost Optimization](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-cost-optimization) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-cost-optimization`
  Use when optimizing cloud spend — measure before you optimize: establish a cost baseline, identify the cost driver, then improve. Triggers on "cost", "cloud bill", "FinOps", "spend", "成本优化", "云账单", "费用". Not for latency tuning (use performance) or capacity/load validation (use load-testing).
- [Error Handling](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-error-handling) — Skill · Free · security-reviewed — `agentstack add skill-int2t05-engineering-skills-error-handling`
  Use when designing error-handling strategy for a feature — error classification, throw-vs-return conventions, retry/circuit-breaker/fallback decisions, and error-to-user-message mapping. Triggers on "error handling", "retry strategy", "circuit breaker", "error propagation", "错误处理", "重试策略", "熔断", "降级" — also when user says "这个错误该怎么处理" / "要不要重试". Not for diagnosing a specific bug (use debugging); s…
- [Security Review](https://agentstack.voostack.com/l/skill-int2t05-engineering-skills-security-review) — Skill · Free — `agentstack add skill-int2t05-engineering-skills-security-review`
  Use when reviewing changes for security — secrets, auth, injection, access control, and hardening. Triggers on "security review", "check for vulnerabilities", "安全审查", "安全审计", "漏洞检查".

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
