← All creators

Benknightdark

User

Neo Skills 是專為現代 AI Agent 設計的全方位能力擴充套件。本專案透過標準化的通訊架構,為 AI 代理安裝可插拔的「技能模組 (Skills)」,使其不僅僅是一個聊天機器人,而是能轉化為具備「感知-推理-行動」能力的多領域專家。

27 indexed · 0 Featured · 5 stars · avg score 79
Prolific

Categories

Indexed Skills (27)

Data & Documents Listed

skill-name-kebab-case

Use this skill when the user wants to [intended task / user intent]. It triggers when they mention [keywords / concepts / adjacent tasks], even if they do not explicitly say "[core domain]".

5 Updated yesterday
Benknightdark
Code & Development Listed

neo-rust

Use this skill when writing, refactoring, debugging, or auditing Rust code. Trigger for .rs files, Cargo projects, ownership/borrowing/lifetime issues, Result/Option error handling, unnecessary clone/performance work, unsafe code review, or modern Rust architecture.

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-stop-slop

Use this skill when the user wants to polish, rewrite, shorten, or review prose so it sounds natural rather than AI-generated. Trigger for Traditional Chinese or English drafts, technical docs, code comments, commit messages, PR descriptions, sales copy, and requests to remove AI tells, slop, fluff, or formulaic phrasing.

5 Updated yesterday
Benknightdark
Web & Frontend Listed

neo-vue

Use this skill when building, debugging, refactoring, or reviewing Vue 3 applications, SFCs, Composition API, Pinia stores, Vue Router, Vite, or Vue+TypeScript code. Trigger when the project has *.vue files or the user mentions Vue, Pinia, Composition API, Router, reactivity, or component architecture.

5 Updated yesterday
Benknightdark
Data & Documents Listed

neo-azure-pipelines

Use this skill when the user asks to create, review, debug, or modernize Azure Pipelines YAML for CI/CD, especially .NET builds, Azure App Service deploys, or IIS/on-premises deploys. Prefer bundled templates and verify task syntax against Microsoft docs when version-specific accuracy matters.

5 Updated yesterday
Benknightdark
Code & Development Listed

neo-csharp

Use this skill when writing, reviewing, debugging, or modernizing C# code in .NET projects. Trigger for .cs/.csproj files, C# language-version questions, nullable reference types, records, pattern matching, async/cancellation, or version-appropriate syntax from C# 10+.

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-dotnet-ef-core

Use this skill when the task involves Entity Framework Core models, DbContext, migrations, LINQ queries, change tracking, database providers, performance tuning, or data access review in .NET projects.

5 Updated yesterday
Benknightdark
API & Backend Listed

neo-dotnet-minimal-apis

Use this skill when building, debugging, refactoring, or reviewing ASP.NET Core Minimal APIs, lightweight endpoints, route groups, endpoint filters, typed results, OpenAPI metadata, or high-performance .NET API services without controllers.

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-dotnet-mvc

Use this skill when building, debugging, refactoring, or reviewing ASP.NET Core MVC apps with Razor views, controllers, ViewModels, validation, Tag Helpers, View Components, layouts, or server-rendered workflows.

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-dotnet-tag-helper

Use this skill when the user asks to design, implement, refactor, or review custom ASP.NET Core Tag Helpers in C#, including TagBuilder usage, strongly typed attributes, dependency injection, ProcessAsync, and reusable Razor UI behavior.

5 Updated yesterday
Benknightdark
Web & Frontend Listed

neo-dotnet-webapi

Use this skill when building, debugging, refactoring, or reviewing controller-based ASP.NET Core Web APIs, including ControllerBase, ActionResult<T>, Problem Details, API versioning, global exception handling, DTOs, and OpenAPI behavior.

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-dotnet

Use this skill when the user asks broad .NET questions or the project contains .sln/.csproj files and the exact ASP.NET/EF/C# subdomain is not yet clear. Detect the SDK/project shape, run or recommend .NET CLI commands, and route to Minimal APIs, Web API, MVC, Tag Helper, EF Core, or C# skills when appropriate.

5 Updated yesterday
Benknightdark
Code & Development Listed

neo-javascript

Use this skill when writing, reviewing, debugging, or modernizing JavaScript across browser, Node.js, and pure JS projects. Trigger for ES module/CommonJS issues, async patterns, functional array/set/iterator code, DOM/runtime behavior, or version-aware ECMAScript syntax.

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-python-manager

Use this skill when the user asks how to install, add, remove, update, or run Python dependencies; choose between uv, Poetry, venv, or pip; create/sync a virtual environment; or diagnose Python package manager setup from pyproject.toml, lock files, or requirements.txt.

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-python

Use this skill when writing, reviewing, debugging, or architecting Python 3.10+ code, including type hints, structural pattern matching, dataclasses, async/task groups, packaging-aware project structure, testability, and maintainability.

5 Updated yesterday
Benknightdark
Code & Development Listed

neo-swift-ui

Use this skill when building, debugging, refactoring, or reviewing SwiftUI apps or views for iOS 16+ and related Apple platforms. Trigger for NavigationStack, Observation/state flow, view composition, previews, performance, accessibility, and SwiftUI architecture.

5 Updated yesterday
Benknightdark
Code & Development Listed

neo-swift

Use this skill when writing, reviewing, debugging, or modernizing Swift code for iOS, macOS, server-side Swift, or shared packages. Trigger for Swift 5+ language features, structured concurrency, memory safety, protocols/generics, SwiftUI integration, and performance-sensitive code.

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-csharp-interface-generator

Use this skill when the user asks to generate, update, or place a C# interface from an existing class. Trigger for extracting public members, filtering virtual or non-public members, enforcing getter-only properties, and safely creating, appending, or replacing interface blocks.

5 Updated yesterday
Benknightdark
Code & Development Listed

neo-typescript

Use this skill when writing, reviewing, debugging, or architecting TypeScript code. Trigger for tsconfig/compiler options, strict mode, generics, conditional/mapped/template literal types, structural typing, ESM/CJS interop, decorators, library typing, or TypeScript runtime boundary issues.

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-clean-architecture

Use this skill when the user wants to design, implement, review, or refactor software systems conforming to Clean Architecture principles. It structures code into Domain, Application, Infrastructure, and Presentation/API layers, enforcing inward-only dependencies. It advocates rich domain models, CQRS, and the Result pattern, operating on technology-neutral concepts without database or framework bindings.

5 Updated yesterday
Benknightdark
AI & Automation Listed

generate-skill

引導使用者建立、更新、審查或最佳化高品質 Agent Skill 定義檔 (SKILL.md),包含官方規格、description 觸發語、references/scripts/assets/evals 結構,以及 5 種核心設計模式。

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-agent-harness

Use this skill when the user asks to improve AI-assisted development reliability, AGENTS.md, skills, tests, CI, hooks, review loops, or agent workflow governance. It designs feedforward guides, feedback sensors, verification gates, and human decision points from repository evidence.

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-clarification

Use this skill when the user gives vague, emotional, fragmented, screenshot-based, or complaint-style requirements and wants them converted into structured specs, acceptance criteria, or clarifying questions.

5 Updated yesterday
Benknightdark
Code & Development Listed

neo-code-review

Use this skill when the user asks for a code review, audit, PR/diff review, bug risk scan, security/performance/style feedback, or validation of recent changes. Prioritize actionable findings with file and line evidence.

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-sub-agent

Use this skill when the user asks to design, create, review, or convert sub-agents, custom agents, worker/reviewer/planner agents, background agents, or multi-agent workflows for Antigravity CLI, Codex, Claude Code, GitHub Copilot CLI, or neutral agent blueprints.

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-explain

分析原始碼或專案結構,提供技術解析與架構洞察。

5 Updated yesterday
Benknightdark
AI & Automation Listed

neo-start-plan

分析需求與專案現況,並生成詳細的開發執行計畫。

5 Updated yesterday
Benknightdark

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.