totto2727-dotfiles
@totto2727-dotfiles Organization
Public Skills
git-operations-rules
by totto2727-dotfiles
Critical rules for git operations. Enforces git unstage, git undo, and git stash push/apply usage. MUST ALWAYS be applied when performing git operations like staging, unstaging, undoing commits, or stashing changes.
zmx
by totto2727-dotfiles
Session persistence for terminal processes using zmx. Use when creating, attaching, detaching, listing, or killing terminal sessions, or when retrieving session scrollback history.
doc-research
by totto2727-dotfiles
This skill should be used when the user asks to "search documentation", "find docs for", "look up API reference", "how to use [library]", or needs up-to-date information about a library, framework, or technology. Performs prioritized documentation research using c7 skill, WebSearch, and cloudflare-browser.
cloudflare-markdown
by totto2727-dotfiles
Renders web pages or raw HTML content to Markdown using Cloudflare Browser Rendering API. Use when converting URLs or HTML to Markdown format.
exocortex
by totto2727-dotfiles
Use when storing development insights, recalling past decisions, building knowledge graphs, or managing AI agent memory with Exocortex MCP server.
c7
by totto2727-dotfiles
Use when fetching library documentation via the c7 CLI tool. Triggers on tasks involving "c7 search", "c7 context", or when doc-research delegates to c7 CLI for library lookups.
use-grealpath
by totto2727-dotfiles
Enforces using grealpath command for relative path calculations and absolute path conversions. Use when calculating relative paths between files, converting relative paths to absolute paths, or working with file path operations.
csv-analyzing
by totto2727-dotfiles
Guide for querying and filtering CSV files using DuckDB SQL
git-commit
by totto2727-dotfiles
Analyzes git changes and creates granular commits with Conventional Commits format messages. Detects repository language pattern from recent commits. MUST ALWAYS be used when creating git commits, regardless of whether the user explicitly requests it or not.
file-deletion-rules
by totto2727-dotfiles
Enforces using git stash before file deletion and prohibits direct rm/unlink commands. Use when deleting files, cleaning up codebase, or removing tracked/untracked files. MUST ALWAYS be applied when file deletion is needed.