maxdimitrov

File Feature — Development skill for Claude Code

Development community

Discoverable entry-point for the feature-request skill — file an enhancement or new capability as an agent-prompt-shaped issue in the configured tracker.

How to install File Feature

Installs to ~/.claude/skills/maxdimitrov-agent-issue-tracker-file-feature/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maxdimitrov-agent-issue-tracker-file-feature && curl -fsSL https://raw.githubusercontent.com/maxdimitrov/agent-issue-tracker/HEAD/commands/file-feature.md -o ~/.claude/skills/maxdimitrov-agent-issue-tracker-file-feature/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What File Feature does


description: Discoverable entry-point for the feature-request skill — file an enhancement or new capability as an agent-prompt-shaped issue in the configured tracker.

/file-feature []

A discoverable slash-command wrapper around the [`feature-request`](../skills/feature-request/SKILL.md) skill. Filing is normally skill-driven — the agent recognises trigger phrases ("file a feature request", "we should add...", "it would be nice if...") and follows the skill's body t

Alternatives in Development

  • Quick Plan — Create a detailed implementation plan based on the user's requirements provided through the USER_PROMPT variab 3.4k ★
  • Auto — Smart router - Single entry point with natural language intent detection 2.8k ★
  • Agentlas — Agentlas commands — one entry point for network, build, storm, call, and the rest 1.1k ★

Full documentation available on GitHub

View Source Repository