feat(agents): SolFoundry Claude Code Skill — MCP Server + SKILL.md (Bounty #844)#1291
Open
Ikalus1988 wants to merge 3 commits into
Open
feat(agents): SolFoundry Claude Code Skill — MCP Server + SKILL.md (Bounty #844)#1291Ikalus1988 wants to merge 3 commits into
Ikalus1988 wants to merge 3 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SolFoundry Bounty T2: Claude Code Skill (Bounty #844)
Reward: 600K $FNDRY | Tier: T2 | Domain: Agent
What This PR Delivers
A complete, production-ready Python MCP server + SKILL.md for SolFoundry bounty management directly from Claude Code.
Files Added
agents/claude_code_skill/SKILL.mdagents/claude_code_skill/solfoundry_mcp.pyagents/claude_code_skill/README.md12 MCP Tools
list_bounties— Browse/filter with tier/domain/status/paginationget_bounty— Get bounty details by IDsearch_bounties— Keyword searchcreate_bounty— Create with full metadata (tier, reward, criteria, deadline)update_bounty— Update any fielddelete_bounty— Cancel bountybatch_create_bounties— From JSON config file or inline JSONsubmit_solution— Submit PR as solutionget_submission— Check submission statusget_contributor_stats— Contributor profileget_leaderboard— Top contributorsverify_escrow— On-chain escrow checkDifferences from Other PRs
SKILL.mdthat feat: Claude Code Skill for SolFoundry Bounties (Bounty #844) #1191 is missing — critical for Claude Code skill registrationreward_amountnotreward, correct endpoint paths)httpx(stdlib-only solution also possible)Acceptance Criteria Met
Testing
Closes #844