{"id":35024706,"url":"https://github.com/basicmachines-co/basic-memory-plugins","last_synced_at":"2026-05-04T03:07:47.140Z","repository":{"id":328539159,"uuid":"1115911726","full_name":"basicmachines-co/basic-memory-plugins","owner":"basicmachines-co","description":"Official Claude Code plugins from Basic Machines for knowledge management and AI-assisted development","archived":false,"fork":false,"pushed_at":"2026-05-04T01:54:51.000Z","size":78,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T02:31:35.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/basicmachines-co.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-13T20:04:34.000Z","updated_at":"2026-05-04T01:54:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/basicmachines-co/basic-memory-plugins","commit_stats":null,"previous_names":["basicmachines-co/basic-memory-plugins"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/basicmachines-co/basic-memory-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basicmachines-co%2Fbasic-memory-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basicmachines-co%2Fbasic-memory-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basicmachines-co%2Fbasic-memory-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basicmachines-co%2Fbasic-memory-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basicmachines-co","download_url":"https://codeload.github.com/basicmachines-co/basic-memory-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basicmachines-co%2Fbasic-memory-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32592738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-27T06:14:21.985Z","updated_at":"2026-05-04T03:07:47.135Z","avatar_url":"https://github.com/basicmachines-co.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic Memory Plugins\n\n**Claude Code-specific plugins** for [Basic Memory](https://basicmemory.com) knowledge management.\n\nThis repository uses [Claude Code's plugin format](https://docs.claude.com/en/docs/claude-code/plugins) — skills and hooks bundled into an installable marketplace. It only works with Claude Code.\n\n\u003e **Looking for framework-agnostic skills?** See [`basic-memory-skills`](https://github.com/basicmachines-co/basic-memory-skills) — `SKILL.md` files that work in Claude Code, Claude Desktop, and other MCP-compatible agents. Some functionality (commands, hooks) is unique to this Claude Code plugin and isn't available there.\n\n## Installation\n\nAdd the marketplace and install the plugin:\n\n```bash\n/plugin marketplace add basicmachines-co/basic-memory-plugins\n/plugin install basic-memory@basicmachines-co\n```\n\n## Available Plugins\n\n### basic-memory\n\nSkills and hooks for [Basic Memory](https://github.com/basicmachines-co/basic-memory) MCP server integration.\n\n**Skills:**\n- `placement` - Decide which folder a new note belongs in (runs automatically before `write_note`)\n- `knowledge-capture` - Capture important information from conversations\n- `continue-conversation` - Continue previous conversations with context\n- `knowledge-organize` - Maintain and organize the knowledge graph\n- `research` - Research topics using web search and save to memory\n- `edit-note` - Edit existing notes in the knowledge base\n\nSkills auto-expose as slash commands in Claude Code (e.g., `/knowledge-organize`). The Basic Memory MCP server provides additional prompts (`continue_conversation`, `recent_activity`, `search`) that surface as their own slash commands.\n\n**Hooks:**\n- Pre-write placement (selects the right folder based on project conventions)\n- Post-write confirmation\n\n## Configuration\n\nThe plugin reads conventions from a unified config file:\n\n- **Per-project:** a note titled `basic-memory` at the project root\n- **Global:** `~/.basic-memory/basic-memory.md`\n\nSections (`## Projects`, `## Placements`, `## Formats`, `## Schemas`) define rules. H3 sub-sections (e.g. `### research`) provide project-specific overrides.\n\nIf no config exists, the plugin uses sensible built-in defaults. See [PLUGIN.md](./PLUGIN.md) for the full schema and a bootstrap walkthrough.\n\n## Requirements\n\n- [Basic Memory](https://github.com/basicmachines-co/basic-memory) MCP server must be configured\n- Claude Code CLI\n\n## Documentation\n\nSee [PLUGIN.md](./PLUGIN.md) for full documentation.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasicmachines-co%2Fbasic-memory-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasicmachines-co%2Fbasic-memory-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasicmachines-co%2Fbasic-memory-plugins/lists"}