Git to Fossil export
/plugin marketplace add jongwony/cc-plugin/plugin install fossil-ui@cc-pluginThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Export current git repository to Fossil database and launch web UI for browsing.
which fossil && fossil version
If fossil not installed:
# macOS
brew install fossil
# Ubuntu/Debian
sudo apt-get install fossil
Store in temp directory with project-based naming:
/tmp/fossil-ui/<project-dirname>.fossil
Example: /Users/choi/.claude -> /tmp/fossil-ui/claude.fossil
mkdir -p /tmp/fossil-ui
Remove existing database before creating new one (ephemeral usage):
rm -f /tmp/fossil-ui/<name>.fossil
git fast-export --all | fossil import --git /tmp/fossil-ui/<name>.fossil
fossil ui --page timeline /tmp/fossil-ui/<name>.fossil
If port 8080 is in use:
fossil ui --page timeline -P 8081 /tmp/fossil-ui/<name>.fossil
Browser opens automatically to timeline view. Press Ctrl+C to stop the server.
fossil info -R /tmp/fossil-ui/<name>.fossilCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.