Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

neko

neko에는 curiosity-ai에서 수집한 skills 47개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
47
Stars
1
업데이트
2026-06-30
Forks
0
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

frontmatter
소프트웨어 개발자

Author the YAML frontmatter block of a Neko Markdown page — label, icon, order, tags, visibility, permalink, redirect, redirectSlug, layout, meta, nav, toc, backlinks, password. Use when configuring an individual page.

2026-06-30
neko-yml
소프트웨어 개발자

Author the project-level `neko.yml` — input/output paths, URL, branding, theme, meta tags, top navigation, banner, footer, snippets. Use when configuring or editing a Neko site at the project level.

2026-06-30
mermaid
소프트웨어 개발자

Render a Mermaid diagram (flowchart, sequence, class, ER, state, gantt, journey, mindmap, sankey, XY, architecture) from a fenced ```mermaid``` block. Use for any structured diagram in docs.

2026-06-24
update-documentation
소프트웨어 개발자

Workflow for updating Neko documentation — base every page on the real source code, never invent APIs, warn loudly when the source isn't available, and check that the page (and any changed `tesserae` sample) renders correctly with Playwright / snapframe / a visual check. Use whenever you add or edit docs that describe code, APIs, components, or live samples.

2026-06-23
tesserae
소프트웨어 개발자

Render a live Tesserae C# UI block — Neko compiles and executes the C# at build time and shows both the code and a working preview side-by-side. Use only when the project documents Tesserae or runs live C# samples.

2026-06-23
csharp-docs
소프트웨어 개발자

Render C# API docs from a code block with XML doc comments (`/// <summary>`, `<param>`, `<returns>`, etc.). Use to embed API reference inline without a separate generator.

2026-06-22
code-block
소프트웨어 개발자

Format a fenced code block with syntax highlighting, optional title, line numbers, range highlighting, and macOS/Windows window chrome. Use whenever you write a multi-line code example.

2026-06-19
endpoint
소프트웨어 개발자

Render a REST API endpoint reference entry (Microsoft Learn / Swagger style) — colour-coded HTTP method badge, monospace path, summary, and an Auth/Body/Returns details grid. Use for documenting REST endpoints in an API reference.

2026-06-19
changelog
소프트웨어 개발자

Build a timeline changelog page from a folder of version-named Markdown files. Mark the folder with `changelog: true` in its index.yml; name one file per release (v1.2.0.md). Use when documenting releases / "what's new".

2026-06-11
folder-index
소프트웨어 개발자

Configure a folder's navigation behaviour with an `index.yml` — label, icon, order, expanded, visibility, permalink, nextprev. Use when shaping the sidebar tree.

2026-06-10
quiz
웹 개발자

Render a self-scoring multiple-choice comprehension quiz from a ```quiz fenced block. Single- or multi-answer questions, optional per-question explanations, scored client-side and stored in localStorage. Use to close a lesson or tutorial page with a knowledge check.

2026-06-06
img-gen
소프트웨어 개발자

Declare an AI-generated image inline — Neko calls an OpenAI image model when the `neko gen-images` command runs, saves a PNG into the page's assets/img-gen/ folder, and rewrites the directive into a regular Markdown image with the original directive preserved as an HTML comment.

2026-05-18
code-inline
기술 작가

Render a short piece of code, a variable name, a file path, or any technical term inline within a sentence using backtick syntax. Renders as a styled pill with background and monospace font.

2026-05-16
lesson
기술 작가

Render a lesson/curriculum header that auto-discovers sibling Markdown files as steps and tracks completion in localStorage. Use to build interactive courses, tutorials, and learning tracks.

2026-05-15
alert
기술 작가

Render a Neko Alert/Callout (admonition) block in Markdown — info, success, warning, danger, tip, question, primary, secondary, light, dark, ghost, contrast. Use whenever the user wants to highlight a tip, warning, note, or error inside docs.

2026-05-12
backlinks
기술 작가

Configure or place a Backlinks block — the list of pages that link to the current page. Use when the user wants to show inbound references or to disable the auto-appended backlinks section.

2026-05-12
badge
웹 개발자

Render a Neko Badge — small inline label with optional variant, icon, size, corner style, and link. Use for tags, status pills, version markers, NEW/BETA flags, etc.

2026-05-12
banner
웹 개발자

Configure the site-wide announcement banner shown above the header — text, link, colours, dismissibility, and version id. This is a neko.yml setting, not a Markdown component.

2026-05-12
button
기술 작가

Render a Neko Button — a prominent clickable element with variant, size, icon, and link. Use for primary calls-to-action like "Get started", "Download", "Open dashboard".

2026-05-12
callout
기술 작가

Alias for Alert/Admonition — block that highlights important text with a coloured variant. Use the Alert skill; this entry exists so "callout" requests resolve.

2026-05-12
cards
기술 작가

Render Neko Card and card-grid blocks — content tiles with optional image, icon, title, tags, link, and palette. Use for landing pages, feature grids, navigation hubs.

2026-05-12
code-snippet
기술 작가

Include source code from an external file (whole file, line range, or named region) with auto-detected highlighting. Use to embed real code from the repo without copy-pasting and risking drift.

2026-05-12
color-chip
기술 작가

Render a small color swatch with hex code or label. Use in design-system / palette documentation to preview colours inline.

2026-05-12
column
기술 작가

Lay out content in equal-width columns using `|||`. Use for side-by-side comparisons, demo + source, before/after, two-pane layouts.

2026-05-12
command-example
기술 작가

Show a paired install + quickstart command block with one-click copy. Use in getting-started pages or READMEs to highlight the two commands a new user needs.

2026-05-12
comments
기술 작가

Add hidden comments inside Markdown that don't appear in the rendered output. Use for TODOs, author notes, draft sections, internal review comments.

2026-05-12
container
웹 개발자

Wrap a chunk of Markdown in a `<div>` with custom CSS classes and HTML attributes. Use for layout helpers (center, max-width, background tint) and one-off styling without leaving Markdown.

2026-05-12
embed
기술 작가

Embed an external URL (iframe, video, CodePen, etc.) with optional caption, aspect ratio, dimensions, and fullscreen control. Use for live demos and third-party content that won't fit inline.

2026-05-12
emoji
기술 작가

Insert an emoji with the `:shortcode:` syntax, or list every available emoji with `[!emoji-table]`. Use for friendly headings, status indicators, and decorative accents.

2026-05-12
example
기술 작가

Side-by-side prose + code layout (description on the left, code on the right). Use to explain a code sample without losing the example next to its explanation.

2026-05-12
file-download
기술 작가

Alias of the File component — same `[!file …]` shortcode rendered as a downloadable card. Use the File skill; this entry exists so "file-download" requests resolve.

2026-05-12
file
기술 작가

Render a downloadable file card with icon, label, and optional file size. Use for attaching docs, PDFs, sample assets, archives.

2026-05-12
force-graph
기술 작가

Render an interactive force-directed graph from a simple node/link DSL or JSON. Use to visualise relationships, dependencies, knowledge graphs, mind maps.

2026-05-12
icon
기술 작가

Render a UIcon (Flaticon Regular Rounded) inline with `:icon-name:`, or use the same name in frontmatter `icon:` and component `icon=` attributes. Use for visual cues in headings, lists, badges, and navigation.

2026-05-12
image
기술 작가

Embed an image with optional caption, title, dimensions, alignment, and HTML attributes. Use for screenshots, diagrams, hero images, inline figures.

2026-05-12
list
기술 작가

Render bullet, ordered, task, alphabetic, roman, definition, and icon-prefixed lists. Use for any enumerated content; this skill covers Neko's list extensions on top of standard Markdown.

2026-05-12
math-formulas
기술 작가

Render multi-line LaTeX formulas (aligned equations, matrices, cases) in a fenced `latex` block. Use for derivations and any math too large for inline `$…$`.

2026-05-12
math
기술 작가

Render inline or block LaTeX math via KaTeX (`$…$`, `$$…$$`, `\(…\)`, `\[…\]`). Use for equations, symbols, and notation in technical docs.

2026-05-12
panel
웹 개발자

Render a panel (titled box) or a collapsible accordion item. Use `===` for expanded panels, `==-` for collapsed. Stack adjacent panels for an accordion.

2026-05-12
pdf
기술 작가

Embed a PDF inline using the standard Markdown image syntax. Neko auto-detects the `.pdf` extension and renders an inline viewer. Use for whitepapers, specs, and any printable references that should be readable on the page.

2026-05-12
이 저장소에서 수집된 skills 47개 중 상위 40개를 표시합니다.