jav-ed
- 18 skills
- 0 followers
- 19 hours ago last updated
- ▌ Tmux 2 · jav-ed bundleUse only for interactive terminals (TUI applications) or when sudo password entry is required — not for general command execution.
- ▌ Coding 2 · jav-ed bundleCoding conventions — commenting style, naming, structure, and universal rules. Use whenever writing or reviewing code in any language.
- ▌ Doc Start 2 · jav-ed bundleWrite or reorganize repository documentation using a navigation-first structure. `doc_Start.md` is the repo entry point. Large topic areas get their own `linker_<Topic>.md` file. Every file routes — none of them dump.
- ▌ Refac CLI 2 · jav-edUse when a developer wants to run the `refac` CLI to move or rename files with reference updates. This skill is for using the tool, not for changing the tool's implementation.
- ▌
- ▌ Astro 2 · jav-ed bundleAstro project conventions — folder layout, styling system, asset and font pipelines, images, Scripts pipeline, Utils leaf layer, browser navigation. Use when working on pages, components, styles, scripts, assets, fonts, or visual testing in any Astro project in this org. Files come in three audiences (usage / pipeline-internals / architecture-debug) signalled by the filename — see the "File naming convention" section before opening anything.
- ▌ Tmux · jav-ed bundleUse for interactive sessions the user is watching (TUI apps, dev servers), remote shells (ssh into another machine), or local sudo prompts. Skip for regular commands — Bash already has a terminal.
- ▌ Coding · jav-ed bundleCoding conventions — commenting style, naming, structure, and universal rules. Use whenever writing or reviewing code in any language.
- ▌ Doc Start · jav-ed bundleWrite or reorganize repository documentation using a navigation-first structure. `Project_Manag/Docs/doc_Start.md` is the docs entry point. Large topic areas get their own `linker_<Topic>.md` file. Every file opens with a summary, then routes through clearly-labeled links.
- ▌ Refac CLI · jav-ed bundleUse when a developer wants to run the `refac` CLI to move or rename files with reference updates. This skill is for using the tool, not for changing the tool's implementation.
- ▌ Skill Writer · jav-ed bundleCreate new agent skills using a navigation-first, domain-shaped structure. SKILL.md gives the agent orientation and common-case usage inline, then routes to purpose folders or references for the long tail. Use when the user wants to create, write, or build a new skill.
- ▌ Default Tools · jav-ed bundleHub for tools used across most tasks in this repo, currently covering tool/version management (mise), git hooks (hk), secrets (sops as default, plus fnox and raw age for specific cases), and web automation (playwright-cli). Use when starting any task that touches `mise.toml`, `hk.pkl`, credentials, browsers, screenshots, or when you want a quick map of the recurring tooling before deciding which skill to load.
- ▌ Remote Helper · jav-edDetect whether the current shell is running on the local dev machine (`javPc`) or on the remote production server (`mail.zetunweb.com`, informally "g12"). Use when the agent is about to run host-specific commands (setup, deploy, journalctl, secrets edits, local `go run`) and needs to confirm which machine it is on before proceeding.
- ▌ Astro · jav-ed bundleAstro project conventions for Jav_Web — browser navigation, visual testing, and styling system. Use when working on pages, components, or styles in this project.
- ▌ Audit · jav-ed bundleRun the accessibility audit CLI tool (axe-core). Use when auditing a web project for accessibility violations — dist mode (static HTML) or dev mode (Playwright against a live server).
- ▌
- ▌ Video Downloader · jav-edDownload YouTube videos — standalone or as part of a workflow to generate subtitles and create content (shorts, posts)
- ▌