搜索

搜索结果

360 results for "coding"

coding-agent

coding-agent

384Kagent-workflows

Delegate coding work to Codex, Claude Code, or OpenCode as background workers; not simple edits or read-only code lookup.

steipete avatarsteipete
获取
cpp-coding-standards

cpp-coding-standards

230Kcode-generation

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

affaan-m avataraffaan-m
获取
java-coding-standards

java-coding-standards

230Ktesting-qa

Java coding standards for Spring Boot and Quarkus services: naming, immutability, Optional usage, streams, exceptions, generics, CDI, reactive patterns, and project layout. Automatically applies framework-specific conventions.

affaan-m avataraffaan-m
获取
coding-standards

coding-standards

229Kcode-generation

Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.

affaan-m avataraffaan-m
获取
write-coding-standards-from-file

write-coding-standards-from-file

36Kcode-generation

根据提示中传入的文件和/或文件夹的编码风格,为项目编写编码规范文档。

github avatargithub
获取
clickhouse-js-node-coding

clickhouse-js-node-coding

496devops-cloud

Write idiomatic application code with the ClickHouse Node.js client (`@clickhouse/client`). Use this skill whenever a user is *building* against the Node.js client — configuring the client, pinging, inserting rows in JSON or raw formats, selecting and parsing results, binding query parameters, managing sessions and temporary tables, working with data types or customizing JSON parsing. Do NOT use for browser/Web client code.

clickhouse avatarclickhouse
获取
msw-scripting

msw-scripting

32research-knowledge

Authoring MSW scripts (.mlua) plus integrated playtest and debugging. Covers mlua syntax, annotations (@Component/@Logic/@ExecSpace/@Sync), lifecycle, exec spaces, property sync, event system, file workflow, build-log inspection, error classification, and the test/debug loop. Keywords: script, mlua, lua, Component, Logic, annotation, ExecSpace, Sync, event, play, test, debug, lifecycle.

msw-git avatarmsw-git
获取
msw-ui-system

msw-ui-system

32design-ui

MSW `.ui` single entry point — design + component API + builder + runtime. Anchor/pivot/RectTransform, UIGroup/CanvasGroup hierarchy, layout recipes (HUD/popup/toast/menu/inventory/scroll-list), full API tables for ButtonComponent/TextGUIRendererComponent/SpriteGUIRendererComponent/ScrollLayoutGroup/GridView/TextInput/Slider/Mask/AvatarGUIRenderer + UI enums (AlignmentType/TextOverflowMode/ImageType/FillAmount), `.mlua` runtime patterns (popup open-close, toast, HP bar, GridView, drag, tab, cooldown, world nametag), UI-client-only caveats (nil on server, no RPC), `.ui`↔`.mlua` UUID auto-binding (write+injectBindings), resolution/safe-area/touch. UIBuilder (msw_ui_builder.cjs): all node types (empty/panel/text/sprite/button/slider/scrollLayout/textInput/group/mask/gridView/avatar/skeleton etc.), component add/replace/patch/remove, 13 anchor presets+stretch, auto-inject .mlua UUID bindings after write.

msw-git avatarmsw-git
获取
msw-painter

msw-painter

32writing-content

When msw-search cannot find a suitable sprite RUID, draw a pixel art sprite directly with SVG / HTML5 Canvas / HTML code, render it to PNG, and upload it via the msw-mcp asset upload tool to obtain a sprite RUID (if no upload tool is connected, guide the user to register it through Maker). Two style modes are supported: chunky pixel (retro / icon / tile feel) and maple cartoon (MapleStory-inspired character / NPC feel). Triggers: draw sprite directly, create sprite, image generation, custom graphic, pixel art, cartoon sprite, maple style, chibi character, painter, draw a sprite, make an icon, create NPC image directly, draw a slime, custom sprite.

msw-git avatarmsw-git
获取
msw-behaviourtree

msw-behaviourtree

32writing-content

Authors MSW `.behaviourtree` files end-to-end and maintains the project-specific authoring spec (`.behaviourDocs/bt-spec.md`). Scans every `.codeblock` whose paired `.mlua` extends `ActionNode`/`DecoratorNode`/`CompositeNode` to build a compact catalog of custom action/decorator/composite UUIDs, propertyKey names, and version-stamped MODNativeType strings. Then generates the full tree: RootNode → Nodes graph, Blackboard variables, nodeProperties wiring, and self-validates parent/child consistency. Triggers: 'create behaviourtree', 'new BT', 'add a behaviour tree', 'BT node graph', '비헤이비어 트리 만들어', '.behaviourtree 생성', 'SequenceNode SelectorNode', 'Blackboard variable', 'definitionId codeblock', 'startNodeId', 'build BT spec', 'refresh bt-spec', 'generate behaviourtree catalog', 'BT 스펙 생성', 'bt-spec.md 만들어', 'rescan BT nodes'.

msw-git avatarmsw-git
获取
flox-environments

flox-environments

237Kbackend-api

Create reproducible, cross-platform (macOS/Linux) development environments with Flox, a declarative Nix-based environment manager. Use when setting up project toolchains for any language, installing system-level dependencies (compilers, databases, native libs like openssl/BLAS), pinning exact package versions for a team, running local services (PostgreSQL, Redis, Kafka), onboarding developers with one command, or solving 'works on my machine' problems — including agent/vibe-coding setups that need project-scoped tools without sudo. Also use when the user mentions .flox/, manifest.toml, flox activate, or FloxHub.

affaan-m avataraffaan-m
获取
subagent-driven-development

subagent-driven-development

233Ktesting-qa

当需要在当前会话中执行包含独立任务的实施计划时使用

obra avatarobra
获取
verification-before-completion

verification-before-completion

233Ktesting-qa

在即将声称工作已完成、已修复或通过,但在提交或创建PR之前使用——需要先运行验证命令并确认输出,然后才能做出任何成功的声明;始终先有证据,后有断言。

obra avatarobra
获取
receiving-code-review

receiving-code-review

233Kcode-generation

用于接收代码审查反馈时,在实施建议之前,特别是当反馈看起来不清晰或技术上可疑时——需要技术严谨性和验证,而非表演性同意或盲目实施

obra avatarobra
获取
writing-skills

writing-skills

233Kresearch-knowledge

当需要创建新技能、编辑现有技能或在部署前验证技能是否正常工作时使用

obra avatarobra
获取
dispatching-parallel-agents

dispatching-parallel-agents

233Ktesting-qa

当面临2个以上独立任务且无需共享状态或顺序依赖时使用

obra avatarobra
获取
finishing-a-development-branch

finishing-a-development-branch

233Ktesting-qa

当实现完成、所有测试通过,需要决定如何整合工作时使用——通过提供合并、PR或清理的结构化选项来指导开发工作的完成

obra avatarobra
获取
using-git-worktrees

using-git-worktrees

233Ktesting-qa

在开始需要与当前工作区隔离的功能开发或执行实现计划之前使用——确保通过原生工具或git worktree回退方式存在一个隔离的工作区

obra avatarobra
获取
agent-eval

agent-eval

231Kagent-workflows

Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics

affaan-m avataraffaan-m
获取
claude-devfleet

claude-devfleet

231Kagent-workflows

Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

affaan-m avataraffaan-m
获取
search-first

search-first

230Kresearch-knowledge

Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.

affaan-m avataraffaan-m
获取
karpathy-guidelines

karpathy-guidelines

192Kcode-generation

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

multica-ai avatarmultica-ai
获取
karpathy-guidelines

karpathy-guidelines

185Kcode-generation

减少常见LLM编码错误的行为指南。在编写、审查或重构代码时使用,以避免过度复杂化、进行精准修改、揭示假设并定义可验证的成功标准。

forrestchang avatarforrestchang
获取
docx

docx

151Kresearch-knowledge

当用户想要创建、读取、编辑或操作Word文档(.docx文件)时使用此技能。触发条件包括:任何提及'Word文档'、'word document'、'.docx',或要求生成带有目录、标题、页码或信头等格式的专业文档。也用于从.docx文件中提取或重新组织内容、在文档中插入或替换图片、在Word文件中执行查找替换、处理修订或批注,或将内容转换为精美的Word文档。如果用户要求以Word或.docx文件形式提供'报告'、'备忘录'、'信件'、'模板'或类似交付物,请使用此技能。请勿用于PDF、电子表格、Google文档或与文档生成无关的通用编码任务。

anthropics avataranthropics
获取