Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
lushly-dev
GitHub 제작자 프로필

lushly-dev

2개 GitHub 저장소에서 수집된 172개 skills를 저장소 단위로 보여줍니다.

수집된 skills
172
저장소
2
업데이트
2026-06-28
저장소 탐색

저장소와 대표 skills

dependency-manager
소프트웨어 개발자

Guides dependency evaluation, selection, and lifecycle management for software projects. Covers package health assessment (OpenSSF Scorecard, maintenance signals, popularity metrics), vendoring vs forking decisions, major version upgrade strategies, automated update tooling (Dependabot, Renovate), supply chain security (SLSA, Sigstore, SBOM, provenance), monorepo dependency patterns, and agentic workflows for dependency operations. Use when evaluating new packages, adding dependencies, upgrading major versions, configuring automated updates, auditing dependency health, making vendor-or-fork decisions, or securing the software supply chain. Triggers: dependency, package, npm install, pip install, cargo add, upgrade, update, vendoring, fork, supply chain, SBOM, SLSA, Dependabot, Renovate, lockfile, vulnerability, dependency health, monorepo dependencies.

2026-06-28
dev-environment-learn
소프트웨어 개발자

Dev environment hygiene for agentic development. Prevents global package pollution, version drift, PATH entropy, and lockfile conflicts across Python, Node.js, and system tooling. Covers installation best practices, audit workflows, cleanup playbooks, and cross-platform patterns (Windows + macOS). Use when installing packages, configuring MCP servers, setting up toolchains, debugging import/resolution errors, or cleaning up polluted environments.

2026-06-28
botcore-architecture
소프트웨어 개발자

Botcore system architecture — component topology, data flow, security boundaries, and extension points. Covers core package structure, plugin registry flow, MCP server factory, agent orchestrator, memory subsystem, connector middleware stack, and cross-cutting concerns (audit, auth, config). Use when understanding how components connect, tracing request flow, planning new plugins or connectors, debugging integration issues, or reviewing architecture decisions. Triggers: architecture, component, data flow, request flow, middleware, plugin registry, MCP factory, orchestrator topology, connector stack, system diagram, how does botcore work.

2026-04-03
botcore-principles
소프트웨어 개발자

Core design principles and architectural tenets for the botcore ecosystem. Covers the foundational decisions that shape all implementation: CommandResult contract, opt-in composability, connector boundaries, meta-tool token efficiency, scoped memory, constrained agency, and plugin protocol. Use when making implementation decisions, reviewing designs for consistency, evaluating trade-offs, or onboarding to the project philosophy. Triggers: principles, design philosophy, why, trade-off, decision, architecture decision, CommandResult, connector boundary, composability, constrained agency.

2026-04-03
skill-manager
소프트웨어 개발자

Create, maintain, and validate agent skills following the Agent Skills open standard (agentskills.io). Covers SKILL.md format, frontmatter fields (open standard + Claude Code extensions), progressive disclosure, hooks, resource scripts, naming conventions, routing tables, and automated quality checks. Use when creating new skills, auditing existing skills, fixing lint errors, adding hooks to skills, or writing resource scripts for deterministic offloading. Triggers: create skill, new skill, skill lint, audit skills, SKILL.md, hooks, resource scripts, progressive disclosure, Agent Skills, open standard, skill architecture, deterministic offloading.

2026-04-03
accessibility-learn
웹 개발자

Provides comprehensive accessibility review, guidance, and implementation patterns for WCAG 2.1+ AA compliance. Covers keyboard navigation, ARIA roles and states, screen reader support, assistive technology analysis, compliance frameworks (Section 508, ADA, EN 301 549, EAA, ACA, CVAA), UX component patterns, and accessible content authoring. Use when building interactive components, auditing UI for accessibility, implementing focus management, reviewing designs or specs against WCAG, mapping issues to compliance frameworks, or creating accessibility checklists. Triggers: accessibility, a11y, WCAG, ARIA, keyboard navigation, screen reader, assistive technology, focus management, inclusive design, compliance, Section 508, ADA.

2026-04-03
agent-config
소프트웨어 개발자

Guides configuration of botcore agent teams in botcore.toml. Covers AgentConfig fields (name, role, model, skills, connectors, connector_commands, memory_scope, permissions, system_prompt, is_lead), AgentsPluginConfig (default_model, max_agents), permission profiles, system prompt authoring, MCP tool access, connector command resolution, and multi-agent team composition patterns. Use when creating agent teams, writing agent configs, authoring system prompts, setting permissions, or debugging agent configuration issues.

2026-04-03
api-designer
소프트웨어 개발자

Provides API design guidance for REST, GraphQL, and gRPC services covering naming conventions, resource modeling, versioning strategies, error handling (RFC 9457), pagination patterns, OpenAPI 3.1 specification authoring, security (OAuth 2.1, rate limiting), and agent-friendly design patterns including MCP tool integration. Use when designing new APIs, reviewing API contracts, choosing between REST/GraphQL/gRPC, implementing error handling or pagination, writing OpenAPI specs, or making APIs consumable by AI agents. Triggers: API design, REST, GraphQL, gRPC, OpenAPI, error handling, pagination, versioning, API security, agent-friendly API, MCP tools, API-first.

2026-04-03
이 저장소에서 수집된 skills 110개 중 상위 8개를 표시합니다.
afd-developer
소프트웨어 개발자

Agent-First Development methodology for building software where AI agents are first-class users. Covers command design, CLI validation, MCP servers, CommandResult schemas, testing strategies, and the core AFD philosophy. Use when: building agent-ready apps, designing commands, integrating MCP, understanding AFD patterns, or following the command-first workflow. Triggers: agent-first, AFD, command-first, MCP server, CommandResult, CLI validation, afd call, honesty check, define-validate-surface.

2026-04-03
afd-python
소프트웨어 개발자

Python implementation patterns for AFD commands using Pydantic models, afd package, and FastMCP. Covers command definition with decorators, schema design, error handling, MCP server setup, and testing. Use when: implementing commands in Python, setting up Python MCP servers, writing Pydantic models, or debugging Python AFD code. Triggers: python afd, py command, pydantic model, @server.command, python implementation, fastmcp, afd python.

2026-04-03
afd-rust
소프트웨어 개발자

Rust implementation patterns for AFD commands using the afd crate, CommandResult types, and async handlers. Covers command definition, schema design with JSON Schema, error handling, registry patterns, and testing. Use when: implementing commands in Rust, building Rust MCP servers, working with CommandResult types, or debugging Rust AFD code. Triggers: rust afd, rs command, CommandResult rust, CommandHandler, rust implementation, afd crate, cargo afd.

2026-04-03
afd
소프트웨어 개발자

Agent-First Development (AFD) patterns for building software where AI agents are first-class users. Covers command design, CLI validation, MCP servers, CommandResult schemas, and testing strategies. Use when building agent-ready apps, designing commands, or integrating MCP.

2026-04-03
afd-typescript
소프트웨어 개발자

TypeScript implementation patterns for AFD commands using Zod schemas, @lushly-dev/afd-server, and @lushly-dev/afd-core. Covers command definition, schema design, error handling, MCP server setup, embeddable Node handlers, and testing. Use when: implementing commands in TypeScript, setting up MCP servers, writing Zod schemas, or debugging TypeScript AFD code. Triggers: typescript afd, ts command, zod schema, defineCommand, createMcpServer, createMcpHandler, @lushly-dev/afd-server, @lushly-dev/afd-core, typescript implementation.

2026-04-03
do-release
소프트웨어 개발자

Version bump, changelog finalize, build, test, tag, publish to registries, and create GitHub Release. Language-aware for TypeScript (npm), Python (PyPI), and Rust (crates.io). Delegates to manage-git for tagging strategy and manage-documentation for changelog format. Use when ready to release a new version.

2026-04-03
migrate-systems
소프트웨어 개발자

Guides orchestration of system migrations, framework upgrades, dependency version bumps, database schema evolution, and codemod generation with safe incremental transformation patterns. Covers strangler fig, expand-contract, parallel run, dual-write verification, feature-flag-gated rollouts, AST-based codemods (jscodeshift, ts-morph, libcst), and agentic migration workflows where AI agents discover, transform, verify, and land changes at scale. Use when upgrading frameworks, migrating APIs, evolving database schemas, generating codemods, planning incremental migrations, or orchestrating large-scale automated refactors. Triggers: migrate, migration, upgrade, codemod, schema evolution, strangler fig, expand-contract, version bump, framework upgrade, dependency upgrade, database migration.

2026-04-03
optimistic-mutations
소프트웨어 개발자

Guidance for designing optimistic mutation flows in interactive AFD clients. Covers when optimistic updates are appropriate, how to separate visual state, view-state, and business data, how to reconcile command results, and how to pair optimistic UI with AFD features like output schemas, reasoning, warnings, and undo metadata. Use when building or reviewing toggles, reordering, create flows, autosave, or other latency-sensitive mutations in user-facing apps. Triggers: optimistic UI, optimistic mutation, rollback, reconcile, pending state, temporary ID, optimistic reorder, optimistic create, autosave.

2026-03-16
이 저장소에서 수집된 skills 62개 중 상위 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다