Skip to content

Subagent file must follow sub agent format, otherwise it will cause the Claude Code can not find any agent#9

Closed
ericdum wants to merge 2 commits intocontains-studio:mainfrom
ericdum:main
Closed

Subagent file must follow sub agent format, otherwise it will cause the Claude Code can not find any agent#9
ericdum wants to merge 2 commits intocontains-studio:mainfrom
ericdum:main

Conversation

@ericdum
Copy link

@ericdum ericdum commented Aug 14, 2025

Before the Pull Request, the claude code can not find any agents after copy files to ~/.cluade/agents and run claude.

In this Pull Request, I transfered content-creator.md, growth-hacker.md, instagram-curator.md, reddit-community-builder.md, twitter-engager.md to proper format by claude code according the Doc .

Test Envoriment:
OS: Mac
Steps:

  1. claude get into the claude code
  2. /agents see how many agents has be found.

udiedrichsen added a commit to moinsen-dev/agents that referenced this pull request Aug 24, 2025
@PaulRBerg
Copy link

hey @mgalpert could you please take a look at this PR

Without this change, the agents don't work with the latest versions of CC

darkopavic added a commit to darkopavic/agents that referenced this pull request Dec 28, 2025
@jpelaez-23blocks
Copy link

jpelaez-23blocks commented Jan 2, 2026

Hey! I ran into the same issue and created a more comprehensive fix that also:

  • Removes the invalid color field from all 32 agents (not part of Claude Code spec)
  • Adds the missing tools field to test-writer-fixer.md

If anyone needs a working version while waiting for this to be merged, feel free to use my fork:
👉 https://github.com/jpelaez-23blocks/agents (branch: fix/claude-code-spec-compliance)

Or clone directly:

git clone -b fix/claude-code-spec-compliance https://github.com/jpelaez-23blocks/agents.git ~/.claude/agents

I've also opened PR #19 with the complete fixes, but happy to close it if this one gets merged first!

bjorn-supernomic pushed a commit to bjorn-supernomic/or-agents that referenced this pull request Mar 3, 2026
Add DM conversation UI with message sending, teammate search dialog
with filtering, sidebar DM list with active state and unread counts,
and real-time DM socket event handling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
bjorn-supernomic pushed a commit to bjorn-supernomic/or-agents that referenced this pull request Mar 3, 2026
…EF9ED)

Apply amber background (bg-[#FEF9ED]) to pinned message rows so they
are visually distinct from regular messages. Hover state also keeps
the amber color. Adds Playwright E2E test to verify.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
bjorn-supernomic pushed a commit to bjorn-supernomic/or-agents that referenced this pull request Mar 3, 2026
…panel, sidebar files view

Bug contains-studio#7: File upload button already existed (attach-file-button) — confirmed
functional with existing uploadFile() API call and file preview display.

Bug contains-studio#9: Added GET /channels/:id/files backend endpoint; created FilesPanel
component (mirrors PinsPanel pattern); wired Files tab in MessageHeader to
toggle the panel via onToggleFiles prop in MessageArea.

Bug contains-studio#11: Files nav icon in sidebar now toggles a FilesPanel overlay showing
all files the user has ever uploaded via GET /files.

Also adds scheduleMessage/getScheduledMessages/cancelScheduledMessage to
api.ts to fix missing export needed by MessageInput.tsx.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ericdum ericdum closed this Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants