Skip to main content

这个仓库中的 skills

Kevin-Liu-01/Agent-Machines - 第 3 页

SkillsMP 已收集 Kevin-Liu-01/Agent-Machines 中的 137 个 Skill。打开任一 Skill 可查看来源和详情。

Kevin-Liu-01/Agent-Machines

已展示 40 / 137 个已收集 Skill。

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

Bootstrap and maintain a persistent agent memory file (memory.md) in any project. Use when setting up a new project for agent-assisted development, when the user says "add memory", "activity log", "agent memory", "track changes", "memory.md", "set up agent…

原文语言:英语

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

Fast, persistent browser automation with session continuity. Use when automating browsers, scraping websites, filling forms, taking screenshots, testing UIs, extracting data, or when the user says "open browser", "scrape", "screenshot", "fill form", "browser…

原文语言:英语

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

Internet access for AI agents — read and search Twitter/X, Reddit, YouTube, GitHub, LinkedIn, RSS, and web pages. Zero API fees, CLI-based, fully local. Use when the user asks to research a topic across the internet, fetch live social media posts, get YouTube…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Design and build high-converting questionnaire-style app onboarding flows modelled on proven conversion patterns from top subscription apps (Headspace, Noom, Duolingo). Use when building onboarding flows, sign-up funnels, questionnaire UIs, or…

原文语言:英语

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

CTF-style security and correctness audit. Dispatches parallel Opus subagents to hunt for day-0 bugs in security-critical files. Each agent must find a real bug or honestly admit failure. Use when you want a thorough adversarial review of a codebase area.

原文语言:英语

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

Apply Dedalus CI/CD workflow rules for runner placement, Docker build verification, artifact publication, and self-hosted runner orchestration. Use when editing GitHub Actions workflows, Docker build pipelines, deploy jobs, Terraform/ECS/Flux workflows, or…

原文语言:英语

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

Enforce column-aligned inline comments on dataclass and enum fields. Use when writing or reviewing Python dataclasses, enums, TypedDicts, or any structured type with inline field comments.

原文语言:英语

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

Write doc comments, module docs, and inline comments that follow Dedalus conventions per language. Loads the canonical style guides from the monorepo. Covers Rust, Python, Go, and TypeScript.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Comprehensive self-promotion and content strategy covering positioning arcs, content calendars, weekly rhythms, and quality gates for X and LinkedIn. Use when planning content, discussing personal brand, building a content calendar, or when the user says…

原文语言:英语

更新
职业分类
作家与作者
描述

Marketing copy for homepages, landing pages, pricing pages, and conversion-focused web pages. Use when writing headlines, CTAs, landing page copy, pricing page copy, feature pages, or when the user says "write copy", "landing page", "homepage copy", "CTA",…

原文语言:英语

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

Compare the current implementation against the minimal correct algorithm. Use when debugging regressions, reviewing complex fixes, or when the user asks what should happen versus what is happening now.

原文语言:英语

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

Check the current author's commits from the last 24 hours and proactively find and fix any bugs they introduced. Use when the user asks for a daily bugfix check, wants to review today's commits for issues, or asks to "check my recent code for bugs." Combines…

原文语言:英语

更新
职业分类
数据库管理员
描述

Run read-only SQL queries against Supabase databases (local or remote). Use when inspecting schema, debugging data, checking migrations, or answering questions about database state.

原文语言:英语

更新
职业分类
数据库架构师
描述

Run mutating SQL (INSERT, UPDATE, DELETE, DDL) against Supabase databases. Requires explicit user invocation. Use for migrations, seed data, schema changes, or data fixes.

原文语言:英语

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

Run DCS test profiles against controlplane (Go), host-agent (Rust), storage-daemon, or live clusters. Use when testing DCS changes locally or triggering CI test suites.

原文语言:英语

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

Run vercel-labs/deepsec — an agent-powered vulnerability scanner — against any local codebase. Use when Kevin says "deepsec", "security scan", "scan this repo for vulns", "find security bugs in <repo>", "audit <project> for vulnerabilities", "production…

原文语言:英语

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

Compare implementation against canonical open-source references. Clone exemplars into /tmp, diff edge cases, error paths, and protocol invariants. Use when building a new subsystem, after a refactor, or when reviewing code that implements a known standard…

原文语言:英语

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

Dedalus philosophy on conditional logic, error paths, and why we never write fallbacks. Use when writing or reviewing any branching logic that selects between strategies, modes, or error-recovery paths.

原文语言:英语

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

Audit code for loose types that allow semantically invalid values to compile. Introduces newtypes, checked casts, enums over booleans, and documents wire/DB discriminant contracts. Use when writing structs with bare primitives, reviewing database or protocol…

原文语言:英语

更新
职业分类
网页开发工程师
描述

Build a floating font selector dev tool for any Next.js app. Copies font files, generates @font-face CSS, creates a FontProvider context with localStorage persistence, and builds a floating selector UI. Use when evaluating candidate typefaces across an app,…

原文语言:英语

更新
职业分类
网页开发工程师
描述

Distinctive, production-grade frontend interfaces that reject generic AI aesthetics. Use when creating UI components, landing pages, design systems, or any frontend work. Triggers on "make it look good", "design direction", "avoid generic", "art direction",…

原文语言:英语

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

Define or refactor subsystem interfaces into small, explicit contracts with clear ownership, narrow scope, stable semantics, and README-first documentation. Use when designing a new API, collapsing ad hoc module boundaries into a few coherent interfaces,…

原文语言:英语

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

Complete Go style reference for Dedalus. Loads the full guide, decisions, and best practices documents (~7000 lines). Use when writing, reviewing, or refactoring Go code and the rules file doesn't cover the specific pattern.

原文语言:英语

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

Reason from proven invariants before coding. Use when reviewing fallback logic, narrowing types, handling conversions, deciding whether an error path is real or impossible, removing overdefensive code, or when the user questions whether code is being too…

原文语言:英语

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

Write tests that describe system invariants, not specific bugs. Tests should read like design documentation, not a changelog of failures. Use when writing new tests, reviewing test suites, or refactoring reactive bug-fix tests into invariant-style tests.

原文语言:英语

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

Audit prose (comments, docs, READMEs, commit messages, PR descriptions) for jargon, unexplained acronyms, and assumed context. Rewrites for the least experienced reader. Use after writing docs, READMEs, or any prose that will be read by someone who did not…

原文语言:英语

更新
职业分类
网页开发工程师
描述

Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail…

原文语言:英语

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

Build the smallest correct version first. Name every case, implement only what has a real consumer, return typed errors for the rest. Use when designing new systems, extracting shared packages, or deciding how much to build before shipping.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Mastering Mintlify's MDX pipeline — undocumented constraints, snippet sandbox rules, CSS override patterns, and npm bundling via yoink. Use when writing or debugging Mintlify snippets, customizing docs.json/styles.css, bundling npm packages into snippets,…

原文语言:英语

更新
职业分类
网页开发工程师
描述

Audit and fix OpenGraph and Twitter card metadata in Next.js App Router projects. Cross-reference metadata exports across pages, identify missing fields, DRY violations, broken middleware, and incorrect canonicals. Use when Twitter cards aren't rendering, OG…

原文语言:英语

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

Discipline for performance investigations. Ramp up from cheap experiments to expensive ones. Profile before patching. Isolate hypotheses with standalone probes before touching production code. Numbers gate every decision. Use when the user says `/perf`, asks…

原文语言:英语

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

Run a blameless postmortem for a production incident. Investigate with data, write a structured report, build verification queries, and track remediation. Use when something broke in production, money was lost, users were affected, or a security issue was…

原文语言:英语

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

Review PR comments from GitHub. Fetches inline review comments and issue comments, classifies by review.md prefix semantics (blocking vs non-blocking), and summarizes actionable items. Use when the user asks to check PR feedback, see reviewer comments, or…

原文语言:英语

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

Create a pull request using the Dedalus PR template. Injects git state, commit history, and diff stats automatically.

原文语言:英语

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

Generate an executive briefing of the last 24 hours of commits for the current project or a specified directory. Use when the user asks for a project update, daily briefing, commit summary, "what changed today," or wants to stay up-to-date with recent work.

原文语言:英语

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

Create a changelog-style promotion PR from dev to preview.

原文语言:英语

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

Read external reference material (RFDs, papers, blog posts, docs), extract actionable rules, then dispatch subagents to audit the codebase against those rules and fix violations. Use when the user shares a technical reference and wants it applied to the…

原文语言:英语

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

Find and fix a bug introduced by the current author within the last week in the current working directory. Use when a user wants a proactive bugfix from their recent changes, when the prompt is empty, or when asked to triage/fix issues caused by their recent…

原文语言:英语

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

Compound quality pass over recently changed code. Orchestrates seven standalone skills in sequence: comment, lerp, style, fix-types, interface, test-invariants, exemplar-audit. Each pass is independently invokable. Use after any feature or refactor lands and…

原文语言:英语

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

Verify claims against primary sources before writing code or docs. Read the actual API, run the actual command, check the actual docs. Do not guess. Do not assume. Do not ship until verified.

原文语言:英语

更新
已展示 40 / 137 个已收集 Skill。