3 Open Issues Need Help Last updated: Jul 29, 2025

Open Issues Need Help

View All on GitHub
add argument-hint about 1 month ago

AI Summary: Add argument hints to the .clinerules repository, following the Anthropic Claude code slash command file format specification found at https://docs.anthropic.com/en/docs/claude-code/slash-commands#file-format. This likely involves modifying existing rules or adding new ones to incorporate argument hints.

Complexity: 3/5
good first issue

.clinerules 置き場

Shell

AI Summary: Add the ability to execute Bash commands within the .clinerules project, leveraging Anthropic's Claude code slash commands documentation for guidance. This involves integrating the documented Bash command execution functionality into the existing project, potentially modifying existing scripts or adding new ones to handle the command execution securely and efficiently.

Complexity: 3/5
good first issue

.clinerules 置き場

Shell

AI Summary: The task involves reorganizing project files. Specifically, moving `.vscode` and `.textlintrc` files to the project root directory for proper functionality and potentially updating the `.zshrc` file using symbolic links. This also includes managing a `.claude` directory containing LLM rules, potentially using git's `update-index` command to manage temporary files.

Complexity: 2/5
good first issue

.clinerules 置き場

Shell