Persistent memory for Claude Code via Markdown files. ๐ Read the Documentation for detailed guides, tutorials, and reference.
FAQ
claude-code-setup is a Claude Code plugin with 11 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes create-slidev-presentation, skill-creator, standards-gradle. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add b33eep/claude-code-setup --agent claude-code
Repo: b33eep/claude-code-setup
+ _____ _ _ _____ _
+ / ____| | | | / ____| | |
+ | | | | __ _ _ _ __| | ___ | | ___ __| | ___
+ | | | |/ _` | | | |/ _` |/ _ \| | / _ \ / _` |/ _ \
+ | |____| | (_| | |_| | (_| | __/| |___| (_) | (_| | __/
+ \_____|_|\____|\_____|\____|\___|\_____\___/ \____|\___|
- Setup
Persistent memory for Claude Code via Markdown files.
๐ Read the Documentation for detailed guides, tutorials, and reference.
Claude Code has a context limit. When it fills up:
| Problem | Solution |
|---|---|
| Context loss | Two CLAUDE.md files as external memory |
| "Where was I?" | /catchup shows changes and next steps |
| Lost decisions | Records preserve reasoning |
| Inconsistent code | Coding standards auto-load per tech stack |
bash <(curl -fsSL https://raw.githubusercontent.com/b33eep/claude-code-setup/main/quick-install.sh)
Claude Code Settings โ Cmd+, / Ctrl+, โ Set Auto-compact: false
/init-project # Set up your project
/catchup # Start each session
/wrapup # End each session
/clear # Clear context
| Command | Description |
|---|---|
/init-project | Set up new project |
/catchup | Resume after /clear |
/wrapup | Save status before /clear |
/todo | Manage todos |
/design | Structured feature design |
/do-review | Code review via comprehensive-review |
/with-advisor | Expert pair programming via Agent Teams |
/delegate | Independent parallel work via Agent Teams |
/add-custom | Add custom modules |
/claude-code-setup | Update and manage modules |
| Skill | Tech Stack |
|---|---|
| Gradle | gradle |
| Java | java, maven, gradle, spring, junit |
| JavaScript | javascript, nodejs, express |
| Kotlin | kotlin, gradle, maven, kotlinx-coroutines |
| Python | python, fastapi, django, flask |
| Shell | bash, sh, zsh |
| TypeScript | typescript, react, nextjs, vue |
| Skill | Description |
|---|---|
| YouTube Transcript | Download transcripts with frame extraction |
| Slidev Presentations | Create Markdown slide decks |
| Skill Creator | Create custom skills |
| User Stories | INVEST-compliant stories with Given-When-Then AC |
| Server | Description |
|---|---|
| pdf-reader | Read and analyze PDFs |
| brave-search | Web search |
| google-search | Google Custom Search |
Install Claude plugins via the installer:
| Plugin | Description |
|---|---|
| document-skills | Excel, Word, PowerPoint, PDF creation/editing |
| comprehensive-review | AI-powered code review with architecture, quality, and security agents (recommended) |
๐ b33eep.github.io/claude-code-setup
See CONTRIBUTING.md and CODE_OF_CONDUCT.md.
MIT - See LICENSE.
.github/
ISSUE_TEMPLATE/
bug_report.md
feature_request.md
PULL_REQUEST_TEMPLATE.md
workflows/
docs.yml
test.yml
.gitignore
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
commands/
add-custom.md
catchup.md
claude-code-setup.md
delegate.md
design.md
do-review.md
init-project.md
migrate-project-template.md
remove-custom.md
todo.md
with-advisor.md
wrapup.md
CONTRIBUTING.md
docs/
assets/
demo-youtube-transcription.mp4
install.gif
install.tape
records/
000-core-workflow.md
001-modular-architecture.md
002-custom-modules-directory.md
003-solo-vs-team-mode.md
004-document-and-clear-workflow.md
005-e2e-tests-github-actions.md
006-shell-script-architecture.md
007-coding-standards-as-skills.md
008-content-versioning.md
009-ccstatusline-integration.md
010-improved-skill-autoloading.md
011-upgrade-command.md
012-optional-hooks-automation.md
013-skill-creator.md
014-linux-support.md
015-install-script-refactoring.md
016-preserve-user-instructions.md
017-rename-clear-session-to-wrap-up.md
018-todo-command.md
019-upgrade-permissions.md
020-custom-modules-versioning.md
021-youtube-transcript-skill.md
022-docker-matrix-tests.md
023-context-quality-improvements.md
024-documentation-site.md
025-private-notes.md
026-external-plugins.md
027-uninstall-modules.md
028-update-notifications.md
029-documentation-user-perspective.md
030-design-command.md
031-java-developer-skill.md
032-kotlin-standards-skill.md
033-gradle-standards-skill.md
034-workflow-improvements.md
035-dynamic-claude-md-tables.md
036-project-template-versioning.md
037-project-template-v2.md
038-pair-programming-with-agent-teams.md
039-user-stories-skill.md
040-setup-command-ux.md
041-custom-commands-and-scripts.md
042-skill-progressive-disclosure-rewrite.md
external-plugins.json
hooks/
check-update.sh
install.sh
lib/
agent-teams.sh
external-plugins.sh
helpers.sh
hooks.sh
mcp.sh
modules.sh
platform.sh
setup-status.sh
skills.sh
statusline.sh
uninstall.sh
update.sh
LICENSE
mcp/
brave-search.json
google-search.json
pdf-reader.json
quick-install.sh
README.md
SECURITY.md
skills/
create-slidev-presentation/
assets/
conference-talk-deck.md
lightning-talk-deck.md
package-json-template.json
starter-deck.md
workshop-deck.md
references/
01-syntax.md
02-layouts.md
03-components.md
04-code-presentation.md
05-diagrams-math.md
06-themes-styling.md
07-config.md
08-export-deploy.md
09-live-demo-patterns.md
10-troubleshooting.md
11-quality-checklist.md
SKILL.md
skill-creator/
assets/
command-skill-example.md
context-skill-example.md
skill-template.md
references/
01-progressive-disclosure.md
02-frontmatter.md
03-writing-descriptions.md
04-writing-instructions.md
05-patterns.md
06-testing.md
07-troubleshooting.md
08-checklist.md
09-distribution.md
SKILL.md
standards-gradle/
SKILL.md
test-project/
.gitignore
build.gradle.kts
buildSrc/
build.gradle.kts
src/
main/
kotlin/
ExamplePlugin.kt
java-conventions.gradle.kts
gradle/
libs.versions.toml
wrapper/
gradle-wrapper.jar
gradle-wrapper.properties
gradlew
gradlew.bat
README.md
settings.gradle.kts
src/
main/
java/
com/
example/
Main.java
standards-java/
SKILL.md
standards-javascript/
SKILL.md
standards-kotlin/
SKILL.md
standards-python/
references/
code-review-checklist.md
SKILL.md
standards-shell/
references/
code-review-checklist.md
SKILL.md
standards-typescript/
references/
code-review-checklist.md
SKILL.md
user-stories/
SKILL.md
youtube-transcript/
deps.json
SKILL.md
templates/
base/
global-CLAUDE.md
project-CLAUDE.md
record-template.md
VERSION
tests/
helpers.sh
scenarios/
01-fresh-install.sh
02-content-version.sh
03-add.sh
04-list.sh
05-statusline.sh
06-quick-install.sh
07-add-custom.sh
09-claude-code-setup.sh
10-skill-creator.sh
11-platform-detection.sh
12-pipe-install-tty.sh
13-preserve-user-instructions.sh
14-skill-dependencies.sh
15-template-content.sh
16-remove.sh
17-update-notifications.sh
18-standards-java-skill.sh
19-standards-kotlin-skill.sh
20-standards-gradle.sh
21-agent-teams.sh
22-add-skill-direct.sh
22-with-advisor.sh
23-add-mcp-direct.sh
23-delegate.sh
24-reconcile-tracking.sh
25-user-stories.sh
26-setup-status.sh
27-remove-direct.sh
28-custom-commands.sh
29-do-review.sh
30-refresh-custom.sh
31-remove-custom.sh
test.sh
website/
.gitignore
components/
RecordsTable.jsx
SkillExtras.jsx
SkillsOverview.jsx
next.config.mjs
package-lock.json
package.json
pages/
_app.jsx
_meta.js
architecture/
_meta.js
index.mdx
changelog.mdx
commands/
_meta.js
add-custom.mdx
catchup.mdx
claude-code-setup.mdx
delegate.mdx
design.mdx
do-review.mdx
init-project.mdx
remove-custom.mdx
todo.mdx
with-advisor.mdx
wrapup.mdx
concepts/
_meta.js
context-management.mdx
private-notes.mdx
records.mdx
skills.mdx
two-claude-files.mdx
workflow.mdx
development/
_meta.js
code-of-conduct.mdx
contributing.mdx
file-structure.mdx
security.mdx
testing.mdx
features/
_meta.js
external-plugins/
_meta.js
comprehensive-review.mdx
document-skills.mdx
index.mdx
mcp-servers/
_meta.js
brave-search.mdx
google-search.mdx
index.mdx
pdf-reader.mdx
module-management.mdx
skills/
create-slidev-presentation.mdx
index.mdx
skill-creator.mdx
user-stories.mdx
youtube-transcript.mdx
update-notifications.mdx
getting-started/
_meta.js
disable-autocompact.mdx
first-project.mdx
first-session.mdx
installation-guide.mdx
installation.mdx
guides/
_meta.js
agent-teams.mdx
creating-skills.mdx
customizing.mdx
daily-workflow.mdx
jetbrains-integration.mdx
index.mdx
scripts/
generate-records.mjs
generate-skills.mjs
styles.css
theme.config.jsxยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic