Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

VizCode

VizCode には RealPapaya から収集した 11 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
11
Stars
4
更新
2026-06-24
Forks
0
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

learn
ソフトウェア開発者

Capture a hard-won lesson so the same mistake is never repeated, and recall past lessons before risky actions. Use this skill whenever an error → root-cause → fix cycle just completed, the user corrected a wrong assumption, something cost real debugging time, or the user says "記下來 / remember this / don't make this mistake again" or runs /learn. Also consult it BEFORE editing parsers, job_manager, running builds, or other operations where past pitfalls exist.

2026-06-24
vizcode
ソフトウェア開発者

Scan a codebase and optionally run semantic analysis + MCP server. Trigger on /vizcode, /vizcode --parse, /vizcode --ai.

2026-06-23
add-language-parser
ソフトウェア開発者

Add or improve language support in VIZCODE - covers import/dependency edges, function/class node detection, file type shape, and legend entries. Use when adding a language, fixing parsing, strengthening cross-file edges, or diagnosing missing dependencies.

2026-06-03
add-api-endpoint
ソフトウェア開発者

Add a new API endpoint to server.py. Use this skill whenever adding a new GET or POST route — including new data queries, file operations, or any HTTP handler in the VIZCODE local server.

2026-05-15
add-ui-theme
ウェブ開発者

Add a new UI theme to the visualizer application. Use this skill whenever the user asks to create a new visual theme, change the color scheme, or adjust global CSS appearance variables like dark mode or specific color palettes.

2026-05-15
adjust-css
ウェブ開発者

Adjust CSS styles in the VIZCODE frontend. Use this skill whenever the user wants to change colors, spacing, fonts, borders, backgrounds, shadows, border-radius, opacity, or any visual appearance of nodes/panels/UI elements. Trigger on requests like "change color", "adjust spacing", "border too thick", "background color", "font size", "pill too tall", "section color", "border radius", etc.

2026-05-15
coding-style
ソフトウェア開発者

Code style guidelines for the CodeViz project. These rules must be followed whenever adding or modifying any Python or JavaScript code. Use this skill whenever writing or reviewing code in this project.

2026-05-15
debug-graph-render
ソフトウェア開発者

Debug and fix rendering issues in the Cytoscape-based graph visualizer (static/viz.js + static/features/graph/*). Use this skill whenever there are visual bugs in the dependency graph — including node positioning, edge rendering, color/shape incorrect, click events not working, zoom/pan broken, label truncation, or any canvas-related bugs in launcher.html / viz.js / graph_*.js. For Galaxy-view bugs use the galaxy-workflow skill instead.

2026-05-15
galaxy-workflow
ソフトウェア開発者

Work on the Galaxy view in CodeViz. Use this skill whenever the user mentions Galaxy view, Galaxy button effects, background precompute, ForceAtlas2 layout, noverlap, Sigma/graphology rendering, Galaxy performance, Galaxy UX timing, or files under static/features/galaxy_view/. Also use it for Galaxy-specific bug fixes, architecture questions, or tuning when the normal graph view is not the topic.

2026-05-15
eng-to-zh-translator
通訳者・翻訳者

Translate English text, UI elements, documents, or code comments into fluent Traditional Chinese (zh-TW). Make sure to use this skill whenever the user asks for translation to Chinese, requests localization of a file, or needs to rewrite English content into natural-sounding Traditional Chinese.

2026-04-07
stateful-default-behaviour
ソフトウェア開発者

Implement stateful UI default-behaviours with preference overrides. Make sure to use this skill whenever you are implementing, debugging, or refactoring visualizers, graph UIs, toggleable visibility of nodes/levels, expand/collapse all actions, or restoring view state via history navigation (Prev/Next). It ensures fresh navigation applies user preferences while history navigation perfectly restores the snapshot.

2026-04-07