agentsclimarketplace

Atcoder client

Skill a5c-ai/babysitter/library/specializations/algorithms-optimization/skills/atcoder-client

Interface with AtCoder for Japanese competitive programming contestsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill atcoder-client

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.7 KB, 319 tokens by cl100k_base, as published. Nobody here has run it

AtCoder Client Skill

Purpose

Interface with AtCoder platform for accessing Japanese competitive programming contests, problems, and submissions.

Capabilities

  • Fetch contest problems with translations
  • Submit solutions and track results
  • Access AtCoder Problems difficulty ratings
  • Virtual contest participation
  • Retrieve user submission history
  • Access editorial content

Target Processes

  • atcoder-contest
  • progress-tracking
  • skill-gap-analysis

Integration

Uses AtCoder web interface and AtCoder Problems API for difficulty ratings and problem metadata.

Input Schema

{
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "enum": ["getContestProblems", "getProblem", "getSubmissions", "getDifficulty", "getUserStats"]
    },
    "contestId": { "type": "string" },
    "problemId": { "type": "string" },
    "username": { "type": "string" }
  },
  "required": ["action"]
}

Output Schema

{
  "type": "object",
  "properties": {
    "success": { "type": "boolean" },
    "data": { "type": "object" },
    "error": { "type": "string" }
  },
  "required": ["success"]
}

Usage Example

{
  "action": "getContestProblems",
  "contestId": "abc300"
}

What ships with it: 1 file

749 B alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.