← Volver al catálogo
whykusanagi

Autor en el catálogo

whykusanagi

7 skills6 estrellas en totalgithub.com/whykusanagi

Skills publicadas

celeste-content

1

Use when you have an empty stub, blank section, or need to generate new prose in Celeste's voice — blog posts, README intros, commit messages, social posts, or filling in a placeholder. Returns styled text for you to insert; does NOT write files. For maintaining or patching existing documentation, use celeste-docs instead.

Escrita e Conteúdo#mcp#aipor whykusanagi

celeste-context

1

Use when setting up a new project with Celeste — builds the code graph index, runs an initial structural review, finds entry points, saves persistent project memories, and updates the .grimoire context file. Requires celeste-cli v1.9.0+.

Design e Frontend#mcppor whykusanagi

celeste-search

1

Use when you need to find code by concept rather than exact name — MinHash Jaccard + BM25 rank fusion with structural reranking finds related functions even when they don't contain the search term. Requires celeste-cli v1.9.0+ and calls the direct celeste_code_search MCP tool.

Design e Frontend#mcp#aipor whykusanagi

celeste-docs

1

Use when MAINTAINING existing markdown docs to prevent drift — detects stale versions, wrong counts, dead references, then patches section-by-section via Celeste's persona tool so surrounding content, code examples, and technical depth are preserved. Does NOT rewrite whole files, does NOT generate new content from stubs — for that, use celeste-content instead.

Escrita e Conteúdo#mcp#aipor whykusanagi

celeste-review

1

Use when you need structural code review that finds stubs, lazy redirects, placeholders, swallowed errors, TODOs, and hardcoded values via call-graph analysis instead of grep — requires celeste-cli v1.9.0+ and calls the direct celeste_code_review MCP tool for verbatim results

Design e Frontend#mcppor whykusanagi

celeste-graph

1

Use when you need to trace callers, callees, references, or package connectivity in a codebase — structural dependency analysis via Celeste's code graph. Requires celeste-cli v1.9.0+ and calls the direct celeste_code_graph and celeste_code_symbols MCP tools.

Design e Frontend#mcppor whykusanagi

zero-context-validation

0

Úselo cuando necesite validar la exhaustividad de la documentación y no pueda probarla objetivamente usted mismo debido a que tiene contexto de implementación.

Documentos#testpor whykusanagi

Alerta por categoría

Recibe nuevas skills de Escrita e Conteúdo todos los lunes