From dude
Manage development projects using the dude MCP server. List projects, view records by project, search across projects. Projects are auto-detected from git — no manual creation needed. Use when exploring project organization, starting work on a codebase, or needing project-level context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dude:projectsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Explore development projects via the `dude:` MCP tools.
Explore development projects via the dude: MCP tools.
Projects are auto-detected from the git repository (remote origin or directory name). There is no need to manually create projects — they are created automatically when records are added.
dude:list_projects - List all known projects
dude:list_records { "project": "org/repo" } - Records for a project
dude:search { "query": "...", "project": "org/repo" } - Search with project boost
dude:list_projects
Returns all known projects with their IDs, names, and timestamps.
dude:list_records { "project": "my-org/my-repo" }
dude:list_records { "project": "my-org/my-repo", "kind": "issue", "status": "open" }
dude:list_records { "project": "*" }
Parameters:
project — project name (e.g. "fingerskier/dude-claude-plugin"), or "*" for all projectskind (optional) — "issue", "spec", "arch", "update", "test", or "all"status (optional) — "open", "resolved", "archived", "active", "inactive", or "all"dude:search {
"query": "authentication flow",
"project": "my-org/my-repo",
"limit": 10
}
The project parameter boosts results from that project in similarity ranking.
git remote get-url origin (falls back to the directory basename)org/repo (e.g. fingerskier/dude-claude-plugin)project: "*" to list/search across all projectsdude:list_projects — See what's trackeddude:list_records { "kind": "issue", "status": "open" } — Open issues for current projectdude:list_records { "kind": "spec" } — Existing specificationsdude:list_records { "project": "*", "kind": "arch" }
dude:search { "query": "database migration", "project": "*" }
npx claudepluginhub fingerskier/claude-plugins --plugin dudeAutomates GitLab project management, issues, merge requests, pipelines, branches, and user operations via Rube MCP (Composio).
Automates GitLab issues, merge requests, pipelines, branches, and user operations via Rube MCP and Composio. Streamlines project management and CI/CD workflows.