StringKe

30 mods across 4 repositories, 156 stars between them.

dotfiles CLAUDE.md

01

StringKe/dotfiles

Instructions file

A set of Claude Code instructions for a dotfiles repository, which stores configuration files used to set up a developer's environment. It defines project boundaries and separate procedures for installing, upgrading, verifying, and developing the project.

90 4d ago B 3,860 tokens

claudex

02

StringKe/claudex

Settings file Claude Code

Agent settings declaring 6 allowed tools.

49 6mo ago A tokens not measured original MIT

claudex CLAUDE.md

03

StringKe/claudex

Instructions file

Repository instructions for Claudex, a Rust program that manages several Claude Code instances and translates their API requests through a local proxy.

49 6mo ago A 1,287 tokens original MIT

ai-agents

05

StringKe/ai-agents

Plugin Claude Code

A software-development workflow plugin with 16 skills covering work from understanding requirements through implementation and review. It includes test-driven development, where tests are written to guide the code, and cooperation between multiple coding agents.

9 5mo ago A tokens not measured

context7

06

StringKe/ai-agents

MCP server Claude CodeCodexCursor +2

Context7's hosted MCP server: up-to-date library documentation and code examples on demand. Remote server at mcp.context7.com.

9 5mo ago A tokens not measured

gh_grep

07

StringKe/ai-agents

MCP server Claude CodeCodexCursor +2

MCP server "ghgrep", hosted remotely at mcp.grep.app, as configured in StringKe/ai-agents.

9 5mo ago A tokens not measured

ai-agents CLAUDE.md

08

StringKe/ai-agents

Instructions file

Instructions for an AI coding agent covering language, communication style, response rules, collaboration, and tool routing.

9 5mo ago A 1,041 tokens

code-reviewer

09

StringKe/ai-agents

Agent

An agent that reviews code changes as an experienced senior code reviewer. It is intended to provide thorough, rigorous, and constructive feedback.

9 5mo ago A 0 tokens

brainstorming

10

StringKe/ai-agents

Skill Claude CodeCodex

A collaborative skill for exploring requirements and turning unclear ideas into a structured spec.md design document. It uses Socratic questioning, a method based on guided questions.

9 5mo ago A 66 tokens

daily

11

StringKe/ai-agents

Skill Claude CodeCodex

A skill that generates a daily work report when the user explicitly runs /daily. It does not run automatically.

9 5mo ago A 22 tokens

done

13

StringKe/ai-agents

Skill Claude CodeCodex

A skill that creates a Chinese Markdown summary of the session and saves it locally. It runs only when you explicitly use /done.

9 5mo ago A 38 tokens

executing-plans

14

StringKe/ai-agents

Skill Claude CodeCodex

A skill for carrying out tasks listed in a plan.md file, a Markdown checklist of planned work. It tracks completed tasks with checkboxes and runs a compile check after each batch of changes.

9 5mo ago A 52 tokens

StringKe/ai-agents

Skill Claude CodeCodex

A decision guide for wrapping up a development branch, the separate line of code changes used for a task. It helps choose whether to merge it, open a pull request, keep it, or discard it.

9 5mo ago A 56 tokens

StringKe/ai-agents

Skill Claude CodeCodex

A workflow for handling feedback from a code review, which is a review of proposed code changes by another person or tool.

9 5mo ago A 58 tokens

StringKe/ai-agents

Skill Claude CodeCodex

A review command that sends the current code changes to a code-reviewer subagent for a thorough review.

9 5mo ago A 42 tokens

StringKe/ai-agents

Skill Claude CodeCodex

A development workflow that assigns each planned task to an independent subagent, another agent working on a smaller task. It performs separate checks for specification compliance and code quality.

9 5mo ago A 54 tokens

StringKe/ai-agents

Skill Claude CodeCodex

A four-stage debugging method that investigates a problem, looks for patterns, tests possible causes, and then fixes the confirmed cause. Debugging means finding and correcting faults in software.

9 5mo ago A 69 tokens

StringKe/ai-agents

Skill Claude CodeCodex

A test-first development method built around a repeated red, green, and refactor cycle. TDD means writing a failing test before the production code, making it pass, and then improving the design.

9 5mo ago A 55 tokens

using-git-worktrees

21

StringKe/ai-agents

Skill Claude CodeCodex

A skill for creating isolated Git worktrees, which are separate working directories linked to one repository. They let different branches be worked on without changing the current directory's files.

9 5mo ago A 52 tokens

weekly

23

StringKe/ai-agents

Skill Claude CodeCodex

A skill that generates a work report for the current week.

9 5mo ago A 24 tokens

writing-plans

24

StringKe/ai-agents

Skill Claude CodeCodex

A method for turning design specifications into a detailed implementation plan called plan.md. It breaks the work into small tasks and follows principles that avoid repetition and unnecessary features.

9 5mo ago A 65 tokens