Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

dotfiles

dotfiles 收录了来自 glebglazov 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
3
Stars
3
更新
2026-07-16
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

spawn-agent
其他计算机职业

Spawn a new coding-agent CLI session (Claude Code, and other agents as they are added) in a background tmux pane, in auto-approve/skip-permissions mode, enabling remote control for agents that support it and returning the shareable session link. Use when the user asks to launch/create another agent session in tmux, start a background agent, or spin up a remote-controllable Claude/agent session.

2026-07-16
run-task
软件开发工程师

Pick and implement exactly one task from a to-tasks manifest (index.json). Explicit invocation only — use when the user types /run_task (Cursor) or $run-task (Codex) with a task-set folder.

2026-06-27
tdg-task-commit
软件开发工程师

Turn conversation work into a git commit for Tripledot backend repos' [TASK] PR→JIRA GitHub Action (`maybe_create_jira_task_from_pr`). Use when the user wants to commit changes AND auto-create a JIRA task — e.g. "commit this and create a jira task", "make a [TASK] commit", "commit this for jira", "wrap this up as a task", or any [TASK] automation reference; also when they say "commit this as a task" without naming JIRA. Reads the workflow for the target project, matches house Story format, writes the commit body in JIRA wiki markup (not Markdown). Only for repos that ship this automation. Stay DORMANT if the branch already has a ticket key (e.g. GS-1234-...), commits ahead of base, or an open PR — the Action uses the FIRST commit only; later [TASK] commits noop or duplicate. For fresh branches where the [TASK] commit is first.

2026-06-27