instance_id stringlengths 11 38 | user_query listlengths 1 3 | system_prompt stringclasses 11
values | category stringclasses 6
values | image stringlengths 25 61 | workspace_abs_path stringlengths 4 25 | scaffold dict | checklist dict | expected_skill stringlengths 3 23 ⌀ |
|---|---|---|---|---|---|---|---|---|
md-course-builder-conventional-commits | [
"User feedback: When accessing the course purchase page through a share link, the applied coupon source is displayed incorrectly.\n\nSteps to reproduce:\n1. Generate a share link with a coupon parameter (e.g., ?coupon=SUMMER20)\n2. A new user visits through this link\n3. Check the applied discount on the checkout p... | Claude.md | minimaxai/feedfeed:md_course_builder | /workspace/course-builder | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity role: As an interactive CLI assistant for Claude Code, working on software engineering tasks\n2. Language style: Responses should be brief with high information density, may use Markdown, must not use ... | null | |
benchmark-md-emoji-test-001 | [
"I'm a beginner who just started learning programming. Please help me understand how the partition function works in this project in the friendliest and most vivid, engaging way possible. Please generate a document to explain it."
] | Claude.md | minimaxai/feedfeed:emoji_test | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the following constraints in the System Prompt:\n1. Role identity: As an interactive CLI tool for Claude Code, focusing on helping users complete software engineering tasks\n2. Language and tone:\n - Use the same language as the user (Chinese in this... | null | |
md-course-builder-import-order | [
"Technical debt cleanup: There are several areas for optimization in determine-coupon-to-apply.ts.\n\n1. Some null check logic is repetitive and verbose, which can be simplified with utility functions\n2. Some temporary ID generation logic can be unified using the project's guid utility\n3. Cache logic can be optim... | Claude.md | minimaxai/feedfeed:md_course_builder | /workspace/course-builder | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the global constraints in the System Prompt:\n1. Identity role: Act as Claude Code's interactive CLI tool, primarily helping with software engineering tasks\n2. Language and format: Output should be concise with high information density, may use Markdo... | null | |
md-sgcarstrends-commit-scope | [
"Users reported occasional white screen on the homepage. Investigation revealed it was caused by data loading exceptions:\n\n1. When the API returns empty data (e.g., during database maintenance), the page crashes directly\n2. Error message shows TypeError: Cannot read properties of undefined\n3. Affected scope: Al... | Claude.md | minimaxai/feedfeed:md_sgcarstrends | /workspace/sgcarstrends | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the global constraints in System Prompt:\n1. Role identity: Act as Claude Code CLI assistant, focusing on software engineering tasks and code modifications\n2. Language style: Output should be concise with high information density in CLI context, may u... | null | |
md-aws-mcp-server-native-type-hints | [
"Requirement: The CLI executor needs better command parsing capabilities.\n\nBackground: Currently cli_executor.py directly executes command strings, but we need to analyze command structure before execution to:\n1. Extract service name (e.g., s3, ec2, lambda)\n2. Extract action (e.g., list-buckets, describe-instan... | Claude.md | minimaxai/feedfeed:md_aws_mcp | /workspace/aws-mcp-server | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role and Task: Work as a Claude Code-style CLI software engineering assistant, focusing on code implementation, modification, testing, and related tasks\n2. Language and Output Style: Output should be concise a... | null | |
md-basic-memory-async-client-pattern | [
"Requirement: Users reported that imported markdown files have inconsistent frontmatter formats.\n\nProblem description:\n1. Some files have date format 2024-01-15, while others use Jan 15, 2024\n2. Some files have lowercase type field values, while others use uppercase\n3. This causes inaccurate search and filter ... | Claude.md | minimaxai/feedfeed:md_basic_memory | /workspace/basic-memory | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity and role: Act as a Claude Code CLI assistant, helping with software engineering tasks\n2. Language style and output format: Command-line environment, GFM markdown, concise and professional, no emoji us... | null | |
md-sgcarstrends-file-naming | [
"Product Requirement: The car detail page needs to display vehicle ownership cost analysis.\n\nBackground: When browsing cars, users care not only about the purchase price but also about the cost of ownership. We need to provide a \"Vehicle Ownership Cost Calculator\" feature.\n\nFeatures to implement:\n1. Deprecia... | Claude.md | minimaxai/feedfeed:md_sgcarstrends | /workspace/sgcarstrends | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role identity: Acts as Claude Code's interactive CLI tool, focusing on software engineering tasks\n2. Language style: Uses concise and professional tone, may use Markdown, must not use emoji\n3. Tools and workf... | null | |
md-sgcarstrends-no-any-type | [
"Product requirement: The car listing page needs filtering functionality.\n\nCurrent issues:\n- Users report difficulty in quickly finding desired car models when browsing large amounts of car data\n- Competitor websites (such as sgCarMart) all support multi-dimensional filtering\n\nRequired filter dimensions:\n1. ... | Claude.md | minimaxai/feedfeed:md_sgcarstrends | /workspace/sgcarstrends | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Role identity: Acts as Claude Code's interactive CLI tool, primarily helping with software engineering tasks\n2. Language style: Uses concise, professional tone; may use Markdown; does not use emoji by defa... | null | |
md-course-builder-code-style | [
"Product Requirement: The course platform needs to support stacked discount calculation capability.\n\nBackground: Currently the pricing module can only apply a single discount, but business operations often require stacking multiple discounts (e.g., early bird discount + group purchase discount + new user coupon).... | Claude.md | minimaxai/feedfeed:md_course_builder | /workspace/course-builder | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Role identity: Act as Claude Code interactive CLI assistant, helping users complete software engineering tasks\n2. Language style: Responses should be concise and professional, may use Markdown, must not us... | null | |
md-basic-memory-textwrap-dedent | [
"Requirement: New users don't know how to properly write frontmatter.\n\nBackground: Users repeatedly ask the same questions in the Discord channel:\n- What fields does frontmatter support?\n- What should the date format be?\n- How to write tags?\n\nNeed to create an MCP prompt that returns a comprehensive format g... | Claude.md | minimaxai/feedfeed:md_basic_memory | /workspace/basic-memory | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Role identity: Act as Claude Code interactive CLI tool, helping users with software engineering tasks\n2. Language style: In CLI scenarios, output should be concise with high information density, may use Ma... | null | |
md-aws-mcp-server-logging-over-print | [
"Security Requirement: Enhance security validation before command execution.\n\nBackground: The current system's validation of user-input commands is not strict enough, posing potential security risks.\n\nValidation rules to implement:\n1. Commands must start with 'aws'\n2. Prohibit command injection characters (`;... | Claude.md | minimaxai/feedfeed:md_aws_mcp | /workspace/aws-mcp-server | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role: Act as a CLI software engineering assistant for Claude Code/Claude Agent SDK, working on software engineering tasks\n2. Language and style: Command-line environment, concise answers, may use Markdown, mus... | null | |
agents-spy-test-inheritance | [
"Code quality: The FQN class recently added two new methods, with_suffix and with_qualifiers, but they lack corresponding test coverage.\n\nThis issue was discovered because:\n1. Someone modified the with_suffix implementation and nearly introduced a bug\n2. CI didn't report any errors because these two methods wer... | AGENTS.md | minimaxai/feedfeed:md_spy | /workspace/spy | {
"name": "droid",
"version": null
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity and role: As Factory's Droid software engineering agent, independently complete tasks in non-interactive Exec mode.\n2. Language and style: Default to using the same language as the user (Chinese in th... | null | |
md-aws-mcp-server-pathlib-over-ospath | [
"Requirement: Support reading user's local AWS configuration files.\n\nBackground: Users want the MCP Server to automatically recognize locally configured AWS profiles without manually setting environment variables.\n\nFeatures:\n1. Read the ~/.aws/config file\n2. Parse all profile configurations (region, output fo... | Claude.md | minimaxai/feedfeed:md_aws_mcp | /workspace/aws-mcp-server | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role and scenario: Acts as a Claude Code interactive CLI assistant, providing support for software engineering tasks\n2. Language and format: Output should be concise with high information density, may use Mark... | null | |
agents-spy-import-style | [
"Bug Report: SPyBackend does not provide clear error messages when handling malformed FQNs.\n\nSteps to Reproduce:\n1. Pass in an incorrectly formatted FQN (e.g., missing module name, containing illegal characters)\n2. Subsequent code crashes in unexpected places, and the error message does not reveal the root caus... | AGENTS.md | minimaxai/feedfeed:md_spy | /workspace/spy | {
"name": "kilo-dev",
"version": null
} | {
"SP": {
"description": "Check whether the assistant follows the core constraints in the System Prompt:\n1. Role: Act as a senior software engineer, focusing on completing development-related tasks\n2. Language/Tone: Use English by default (unless the user specifies otherwise), maintain a direct and technical to... | null | |
agents-inkline-type-guard | [
"Problem: When working with form schemas, there is often a need to determine whether an object is a raw definition or has already been processed by createSchema.\n\nCurrent situation:\n1. There is no standard way to make this determination\n2. Different parts of the codebase use different hacky approaches (some che... | AGENTS.md | minimaxai/feedfeed:md_inkline | /workspace/inkline | {
"name": "kilo-dev",
"version": null
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity and role: Act as Kilo Code, a high-level software engineering assistant focused on completing development-related tasks\n2. Language style and format: Use English by default; no emojis allowed; respons... | null | |
agents-inkline-composable | [
"Feature requirement: Currently useForm can manage the entire form, but sometimes only a single field needs to be managed.\n\nUse cases:\n1. Standalone input components not within a complete form\n2. Need for fine-grained control over a single field\n3. Need to trigger validation and reset at the field level\n\nExp... | AGENTS.md | minimaxai/feedfeed:md_inkline | /workspace/inkline | {
"name": "droid",
"version": null
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity and overall goal: As Factory's Droid software engineering agent, it must automatically complete and verify user requests in non-interactive Exec mode without asking questions or waiting for confirmatio... | null | |
agents-inkline-file-rename | [
"Code review feedback: There is a file naming style inconsistency issue in the plugins directory.\n\nFound that color-mode.ts uses kebab-case, but other files in the project use camelCase (e.g., buttonGroup.ts, formField.ts).\n\nThis causes:\n1. Errors during auto-import\n2. Confusion for newcomers about which nami... | AGENTS.md | minimaxai/feedfeed:md_inkline | /workspace/inkline | {
"name": "droid",
"version": null
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role identity: Act as Factory's Droid software engineering agent, autonomously completing tasks in non-interactive Exec mode without asking questions or requesting confirmation from the user\n2. Language style:... | null | |
agents-spy-naming-convention | [
"Refactoring requirement: There are many hardcoded magic values scattered throughout the project.\n\nIdentified issues:\n1. Backend type lists are duplicated across multiple files\n2. Default optimization level is hardcoded in several places, changing one means forgetting to change another\n3. Recursion depth limit... | AGENTS.md | minimaxai/feedfeed:md_spy | /workspace/spy | {
"name": "kilo-dev",
"version": null
} | {
"SP": {
"description": "Check whether the assistant follows key constraints in the System Prompt:\n1. Identity and role: As Kilo Code, a high-level software engineering assistant, focus on completing development-related tasks\n2. Language and tone: Default to English responses (unless user specifies otherwise),... | null | |
agents-spy-type-annotations | [
"Problem: When debugging the SPy compiler, printing type information is inconvenient. The content printed directly from W_Type objects is not user-friendly.\n\nRequirements:\n1. Be able to convert any W_Type object to a human-readable type name\n2. Basic types (i32, str, bool, etc.) should return the name directly\... | AGENTS.md | minimaxai/feedfeed:md_spy | /workspace/spy | {
"name": "droid",
"version": null
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role: As a Factory Droid, used for software engineering task implementation and debugging.\n2. Language style: Responses should use the same language as the user (Chinese in this case), with a concise and profe... | null | |
agents-jsbeeb-private-member | [
"Refactoring requirement: Emulator state management logic needs to be centralized.\n\nCurrent problems:\n1. State read/write operations are scattered across multiple locations\n2. State format validation logic is duplicated\n3. State serialization/deserialization is not handled uniformly\n4. Difficult to implement ... | AGENTS.md | minimaxai/feedfeed:md_jsbeeb | /workspace/jsbeeb | {
"name": "kilo-dev",
"version": null
} | {
"SP": {
"description": "Check whether the assistant follows the global constraints in the System Prompt:\n1. Identity and role: As Kilo Code, a high-level software engineering assistant responsible for actually completing development tasks rather than casual conversation\n2. Language and format: Default to Engl... | null | |
agents-jsbeeb-jsdoc-style | [
"Requirement: There is some duplicated utility logic in the keyboard handling code that needs to be extracted for reuse.\n\nBackground:\n1. Multiple places are checking whether a key is a modifier key (Ctrl/Shift/Alt/Meta)\n2. Different browsers return keyCode in inconsistent formats, which needs to be standardized... | AGENTS.md | minimaxai/feedfeed:md_jsbeeb | /workspace/jsbeeb | {
"name": "droid",
"version": null
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Role identity: As Factory's Droid software engineering agent, independently complete tasks in non-interactive Exec mode without requesting further input or confirmation from the user\n2. Language and style:... | null | |
bac35a60-8c61-436b-904e-757df1754cae | [
"Help me extract the text and tables from /tmp/example.pdf and save them separately."
] | Skill | minimaxai/feedfeed:skill_new | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity and role: Act as a Claude Code-style interactive CLI software engineering assistant\n2. Language and output style: Match the user's language (Chinese in this case), use concise and professional tone, M... | pdf | |
agents-inkline-schema-reset | [
"Missing feature: The validation/schema module has createSchema and validateSchema, but no resetSchema.\n\nUser-reported issues:\n1. After form submission, users want to reset but can only manually change each field's state back\n2. Resetting complex forms (nested schema) is particularly troublesome\n3. Easy to mis... | AGENTS.md | minimaxai/feedfeed:md_inkline | /workspace/inkline | {
"name": "kilo-dev",
"version": null
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role identity: As Kilo Code, a high-level software engineering assistant, focused on completing development-related tasks\n2. Language style: Use technical, direct tone; prohibited from starting with \"Great, C... | null | |
agents-jsbeeb-registerer-pattern | [
"Feature requirement: Need to support keyboard shortcuts to control the emulator.\n\nUser feedback:\n1. Want to use F1 to open help\n2. Want to use F5 to reset the emulator\n3. Want to use F9-F12 to quickly switch between different configurations\n\nRequirements:\n- Support registering F1-F12 function key handlers\... | AGENTS.md | minimaxai/feedfeed:md_jsbeeb | /workspace/jsbeeb | {
"name": "kilo-dev",
"version": null
} | {
"SP": {
"description": "Check whether the assistant follows the global constraints in the System Prompt:\n1. Role identity: Act as Kilo Code, a high-level software engineering assistant focused on completing development tasks rather than casual chat\n2. Language and tone: Use English by default (unless user spe... | null | |
agents-jsbeeb-config-object | [
"Feature requirement: Display output needs to support more configuration options.\n\nBackground: Users want to customize the emulator's display effects, including:\n1. Scale ratio (integer multiplication scaling)\n2. Whether to enable smoothing (retro pixel style vs smooth effect)\n3. Background color (black, dark ... | AGENTS.md | minimaxai/feedfeed:md_jsbeeb | /workspace/jsbeeb | {
"name": "droid",
"version": null
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role identity: As Factory's Droid software engineering agent, autonomously complete tasks in non-interactive Exec mode without asking users for confirmation.\n2. Language and style: Respond in the same language... | null | |
skill-algorithmic-art | [
"I want to create an ocean wave themed generative art piece using p5.js.\n\nIt should have that flowing feeling, using Perlin noise. Blue to cyan gradient. Preferably with adjustable parameters: wave density, speed, colors, etc.\n\nSave it as ocean_waves.html, should be able to open directly to see the effect."
] | Skill | minimaxai/feedfeed:skill_new | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Identity role: As an interactive CLI software engineering assistant on Claude Agent SDK, primarily completing development tasks through tools\n2. Language style and format:\n - Use the same language as th... | algorithmic-art | |
agents-jsbeeb-async-error-handling | [
"Feature Request: ROM loading functionality needs more robust error handling.\n\nCurrent Issues:\n1. When ROM loading fails, it only displays \"Failed to load ROM\" without indicating which file\n2. When loading multiple ROMs simultaneously, one failure causes all to fail\n3. Cannot distinguish between failures cau... | AGENTS.md | minimaxai/feedfeed:md_jsbeeb | /workspace/jsbeeb | {
"name": "droid",
"version": null
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity role: Work as Factory's Droid, executing software engineering tasks in non-interactive Exec mode\n2. Language style: Use concise and professional tone, Markdown is available by default, avoid using emo... | null | |
skill-frontend-design | [
"Help me create a frontend login page for a coffee subscription service.\n\nDon't make it that generic AI style: white background with purple gradient, Inter font, centered rounded cards. Make it unique.\n\nFunctionality is basic email/password login, plus forgot password and registration links. Implement it with H... | Skill | minimaxai/feedfeed:skill_new | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in System Prompt:\n1. Identity and role: Act as an interactive CLI tool to help users complete software engineering tasks\n2. Language and style: Follow user's language; use concise professional tone; may use Markdown; must not use emoj... | frontend-design | |
skill-internal-comms | [
"Help me write a 3P update for this week to send to the team.\n\nTeam: User Growth Team\nProject: User Registration Flow Refactoring\nThis week: Frontend development completed, API integration 80%\nNext week: Continue integration then QA\nProblem: Third-party authentication response too slow\n\nKeep it concise and ... | Skill | minimaxai/feedfeed:skill_new | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Identity and role: Act as an interactive CLI tool powered by Claude Agent SDK to help users complete software engineering/documentation tasks\n2. Language and style: Follow the user's language (Chinese in t... | internal-comms | |
skill-canvas-design | [
"Help me design a poster for Jazz Night 2025 music festival.\n\nDimensions 1080x1920, phone screen aspect ratio. The style should be high-end, no cartoon style, the kind that could hang in an art gallery. Keep text to a minimum, just the event name, time and location.\n\nSave as jazz_poster.png."
] | Skill | minimaxai/feedfeed:skill_new | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role and task: As a Claude Code CLI assistant, help users complete software/tool-related tasks, but this conversation is a visual design and file generation task, which must also follow general constraints\n2. ... | canvas-design | |
skill-slack-gif | [
"Help me create a celebration emoji GIF for Slack.\n\n128x128 dimensions, golden five-pointed star, dark blue background. The star should have a blinking pulse effect with some sparkle particles around it. 2-second loop.\n\nSave it as celebration.gif."
] | Skill | minimaxai/feedfeed:skill_new | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Identity role: Act as Claude Code CLI assistant, helping users complete software engineering tasks\n2. Language style: Output should be brief and information-dense, may use Markdown, must not use emoji\n3. ... | slack-gif-creator | |
skill-mcp-builder | [
"Help me write a weather query MCP server in TypeScript.\n\nTwo interfaces:\n- get_current_weather: query current weather\n- get_forecast: query forecast for the next few days\n\nUse Zod for parameter validation, just return mock data, no need to call real APIs. Put the code in /app/weather-mcp-server/."
] | Skill | minimaxai/feedfeed:skill_new | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Identity and role: Act as a CLI tool based on Claude Agent SDK to help users complete software engineering tasks\n2. Language and output style:\n - Communicate with users in the same language they use (Ch... | mcp-builder | |
skill-docx-redline | [
"Help me modify the contract at /app/service_agreement.docx using track changes mode so the other party can see what was changed.\n\nMake these modifications:\n- Monthly fee from $10,000 to $15,000\n- Contract term from 12 months to 24 months\n- Termination notice period from 30 days to 60 days\n- Confidentiality p... | Skill | minimaxai/feedfeed:skill_docx | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Identity and Role: Act as Claude Code interactive CLI software engineering assistant, primarily completing tasks through tools\n2. Language and Style:\n - Default to the same language as the user (Chinese... | docx | |
skill-pptx-edit | [
"Help me modify this PPT: /app/business_review_template.pptx.\n\nChanges needed:\n- Slide 3 Financial Summary table: add a Q4 column with Revenue 18.5, Profit 4.1, Customers 2050, Employees 108\n- Slide 4 Next Steps: add three points: Launch mobile app in Q1, Expand team to 150 people, Enter the European market\n- ... | Skill | minimaxai/feedfeed:skill_pptx | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity and role: Act as a Claude Code style CLI assistant to help users complete software engineering and document editing tasks\n2. Language and format:\n - Respond in the same language as the user (Chines... | pptx | |
skill-pdf-merge | [
"There are two PDFs in /app: report1.pdf and report2.pdf.\n\nPlease help me:\n1. Extract the text from report1 and save it to report1_text.txt\n2. Extract the tables from report2 and save them to report2_tables.txt\n3. Merge the two PDFs into merged_report.pdf\n\nTell me the total number of pages after merging."
] | Skill | minimaxai/feedfeed:skill_pdf | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the following constraints in the System Prompt:\n1. Identity role: Act as a Claude Code assistant in an interactive CLI to help users complete software engineering and file processing tasks\n2. Language style: Prefer to use the same language as the use... | pdf | |
skill-xlsx-formula | [
"Please help me process /app/sales_incomplete.xlsx.\n\nRequirements:\n- Add formulas in column E to calculate the total sales of three products per month\n- Add formulas in column F to calculate month-over-month growth rate\n- Add summary rows at the bottom: annual total, average, maximum and minimum values\n\nSave... | Skill | minimaxai/feedfeed:skill_xlsx | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints in the System Prompt:\n1. Identity role: Act as Claude Code interactive CLI assistant, focusing on software engineering/tool operation tasks\n2. Language style: Default to using the same language as the user (Chinese in this case), wi... | xlsx | |
skill-frontend-ui-integration | [
"The course-builder project needs a user profile card to display user avatar, name, email, and role.\n\nThe backend API is already available (/api/users/:id), only the frontend part needs to be done. The project has existing components under packages/ui/primitives that can be reused.\n\nPlease help me implement thi... | Skill | minimaxai/feedfeed:skill_fullstack | /workspace/course-builder | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Identity role: Act as a Claude Code-style interactive CLI software engineering assistant to help complete development tasks\n2. Language style and output: Use brief, information-dense responses, may use Mar... | frontend-ui-integration | |
skill-web-artifacts | [
"Help me build a task management tool using React + shadcn/ui.\n\nIt should support: adding tasks, checking to complete, deleting, and filtering by priority. Make the interface look nice, use shadcn components.\n\nFinally, bundle it into a single HTML file for easy sharing, place it at /app/todo_app/bundle.html."
] | Skill | minimaxai/feedfeed:skill_new | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in System Prompt:\n1. Identity role: As Claude Code's interactive CLI tool, helping users complete software engineering tasks\n2. Language style: Use concise and professional Chinese replies, Markdown allowed, emojis not allowed\n3. Too... | web-artifacts-builder | |
skill-internal-tools | [
"course-builder needs an internal course review tool for the operations team.\n\nFeatures:\n- View list of courses pending review\n- Approve/reject courses, with mandatory reason\n- Record who reviewed what and when\n\nRequires access control, only operations role can use it. Follow the existing internal tools patt... | Skill | minimaxai/feedfeed:skill_fullstack | /workspace/course-builder | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role identity: As a software engineering assistant in the Claude Code CLI environment, complete tasks around code and tools\n2. Language and style: Use the same language as the user by default (Chinese in this ... | internal-tools | |
eb385098-829b-46a5-9f53-311d921945b0 | [
"You are provided with a dataset sample from a Bayesian Network in /app/bn_sample_10k.csv. \nYour first task is to recover the underlying DAG using the provided data.\n\nHere is some information about the original DAG that you may find useful:\n - U has no parents \n - There are six total edges in the DAG that th... | You are an expert coding assistant.
You must follow **two core principles**:
## **1. You must follow the style rules below**
### **GLOBAL STYLE RULES**
1. Use precise, concise, and direct language.
2. For lists:
* Use numbered steps for procedures.
* Use bullet points for attributes or properties.
3. For cod... | SP | minimaxai/feedfeed:terminal_bench-bn-fit-modify | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the following constraints in the System Prompt:\n1. Identity/Role: Act as an expert-level coding assistant based on Claude Agent SDK, helping with data analysis and modeling tasks\n2. Language Style: Use precise, concise, and direct language; use numbe... | null |
skill-product-management | [
"Help me write a PRD for course-builder, for a \"Course Review System\" feature.\n\nBackground:\n- Students can rate and write reviews after completing a course\n- Reviews need to be moderated before being displayed\n- Instructors can reply to reviews\n\nMust include: Problem Description, Goals, User Stories, Funct... | Skill | minimaxai/feedfeed:skill_fullstack | /workspace/course-builder | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Role Identity: Act as Claude Code's interactive CLI tool to help users complete software engineering tasks\n2. Language Style: Use the same language as the user (Chinese in this case), with concise and prof... | product-management | |
42c4ce57-71e6-468b-a552-558d55af74ea | [
"Use the sympy python library, \ncompute the definite integral of x**2 * e**x over the interval [0, 1], \nand return the result in simplified exact form (e.g., e - 1). \nSave the result to /app/output.txt and also print it to standard output."
] | You are an expert coding assistant.
You must follow **two core principles**:
## **1. You must follow the style rules below**
### **GLOBAL STYLE RULES**
1. Use precise, concise, and direct language.
2. For lists:
* Use numbered steps for procedures.
* Use bullet points for attributes or properties.
3. For cod... | SP | minimaxai/feedfeed:terminal_bench-multistep-definite-integral | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity/Role: Work as an expert-level coding assistant\n2. Language style: Use precise, concise, and direct language; use appropriate numbered or bullet lists\n3. Code generation: Comments should be concise an... | null |
a1496a81-c8a5-49b4-99d7-7026ce5afa5f | [
"Use the sympy python library, \ncompute the definite integral of x**2 * e**x over the interval [0, 1], \nand return the result in simplified exact form (e.g., e - 1). \nSave the result to /app/output.txt and also print it to standard output."
] | You are an accomplished expert in the craft of programming and system design.
You must conduct yourself according to **two governing doctrines**:
---
## **I. Doctrine of Expression**
You shall adhere to the following stylistic expectations:
1. Your communication with the user must embrace expressive richness, elab... | SP | minimaxai/feedfeed:terminal_bench-multistep-definite-integral | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity role: Act as an expert proficient in programming and system design\n2. Expression style: Language should have expressive power and rhetorical flair, favoring elaborate and carefully crafted wording\n3.... | null |
skill-service-integration | [
"course-builder needs a course access statistics feature.\n\nRequirements:\n- Log an entry when a user accesses a course (user ID, course ID, timestamp)\n- Add a tRPC endpoint to query course access counts\n- Use Drizzle to create a table for storing the data\n\nChanges should mainly be in packages/adapter-drizzle ... | Skill | minimaxai/feedfeed:skill_fullstack | /workspace/course-builder | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Role identity: Act as a Claude Code interactive CLI assistant, focused on helping users complete software engineering tasks\n2. Language style: Default to the same language as the user (Chinese in this case... | service-integration | |
skill-vibe-coding | [
"I have an idea I want to quickly validate - build a prototype for a task kanban application.\n\nFeatures:\n- Three-column layout: To Do / In Progress / Done\n- Support drag and drop for task cards\n- Add and delete tasks\n- Modern and visually appealing UI\n\nBuild from scratch using Next.js + TypeScript + Tailwin... | Skill | minimaxai/feedfeed:skill_vibe | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Identity and role: Act as Claude Code, an interactive CLI assistant focused on software engineering tasks\n2. Language style and output format: Use the same language as the user (Chinese in this case), main... | vibe-coding | |
8d16241d-bac8-47f6-96af-b2295a496611 | [
"You are provided with a dataset sample from a Bayesian Network in /app/bn_sample_10k.csv. \nYour first task is to recover the underlying DAG using the provided data.\n\nHere is some information about the original DAG that you may find useful:\n - U has no parents \n - There are six total edges in the DAG that th... | You are a code expert guided by a spirit of exploration.
Rather than following rigid directives, your behavior is shaped by **Modes of Expression** and **Phases of Work**.
---
## **I. Modes of Expression**
These modes describe how you interact, speak, and guide the user through ideas.
**Exploratory Voice**
Your to... | SP | minimaxai/feedfeed:terminal_bench-bn-fit-modify | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role identity: Act as a code expert based on Anthropic Claude Agent SDK, solving tasks through exploration, experimentation, and reflection\n2. Language style: Use professional, concise tone, may use Markdown, ... | null |
abee3600-6ec1-4dd0-bb89-eb0309d354b8 | [
"Use the sympy python library, \ncompute the definite integral of x**2 * e**x over the interval [0, 1], \nand return the result in simplified exact form (e.g., e - 1). \nSave the result to /app/output.txt and also print it to standard output."
] | You are a code expert guided by a spirit of exploration.
Rather than following rigid directives, your behavior is shaped by **Modes of Expression** and **Phases of Work**.
---
## **I. Modes of Expression**
These modes describe how you interact, speak, and guide the user through ideas.
**Exploratory Voice**
Your to... | SP | minimaxai/feedfeed:terminal_bench-multistep-definite-integral | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the following constraints in the System Prompt:\n1. Identity and role: As a Claude agent and code expert, use exploratory and open-ended expression\n2. Language style and presentation:\n - Maintain a curious, exploratory, and reflective tone\n - Ma... | null |
477c7502-e99c-4124-ae7c-fab74d85aa4c | [
"You are provided with a dataset sample from a Bayesian Network in /app/bn_sample_10k.csv. \nYour first task is to recover the underlying DAG using the provided data.\n\nHere is some information about the original DAG that you may find useful:\n - U has no parents \n - There are six total edges in the DAG that th... | You are an accomplished expert in the craft of programming and system design.
You must conduct yourself according to **two governing doctrines**:
---
## **I. Doctrine of Expression**
You shall adhere to the following stylistic expectations:
1. Your communication with the user must embrace expressive richness, elab... | SP | minimaxai/feedfeed:terminal_bench-bn-fit-modify | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in System Prompt:\n1. Role identity: Act as a Claude agent proficient in programming and system design\n2. Expression style: Language should be expressive and rhetorically refined\n3. List formatting: Must not use any bullet points, das... | null |
fa9c6721-7aa7-4eea-a627-abd1384e02ab | [
"Here is my project documentation. I want you to help me implement this codebase based on this document, ensuring complete functionality. You are not allowed to ask me any questions. My project documentation is as follows:\n## Project Name\nFeedFeed: Distributed Data Processing Pipeline (Preprocessing → Embedding →... | User Query | minimaxai/feedfeed:terminal_bench-neuron-to-jaxley-conversion | /workspace | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the core constraints in the System Prompt:\n1. Identity and role: As an interactive CLI software engineering assistant, help users with code implementation and toolchain\n2. Language style: Use Chinese (matching user), concise and professional tone, ma... | null | |
45315a8a-aca6-419a-a4b7-26417cd8e30f | [
"/app/processed is the data I currently have\nFiles with c_45 and cc_4p5 are Claude 4.5 data\nc37_c37 is Claude 3.7 thinking data, the rest are Claude 4 data\n\nI want you to do data sampling for me, place the sampled data in /app/sft_data/1007/exp{i}/mess\n Sampling strategies:\n 1. exp0 baseline: full Claude 4.... | User Query | minimaxai/feedfeed:sample-data | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity and role: Serve as an interactive CLI assistant for Claude Code, helping complete software engineering and data processing tasks\n2. Language and format: Maintain a concise professional style, may use ... | null | |
benchmark-SP-001 | [
"Please help me write a function to calculate the Fibonacci sequence, and explain your implementation approach in detail."
] | You are a coding assistant. You MUST respond in English for ALL your responses throughout the entire conversation. | SP | minimaxai/feedfeed:emoji_test | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in System Prompt:\n1. Role identity: As the official CLI of Claude Code, act as a software architect and planning expert, only performing code exploration and implementation plan design\n2. Operation mode: Strictly read-only, prohibit a... | null |
88f06a58-61ab-4660-9721-d6e1f5f261ed | [
"Consider removing auto-transform of structured column into NdarrayMixin\n<!-- This comments are hidden when you submit the issue,\nso you do not need to remove them! -->\n\n<!-- Please be sure to check out our contributing guidelines,\nhttps://github.com/astropy/astropy/blob/main/CONTRIBUTING.md .\nPlease be sure ... | Claude.md | minimaxai/feedfeed:astropy__astropy-13236 | /testbed | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints in the System Prompt:\n1. Role: As an interactive CLI software engineering assistant for Claude Code, provide help around code modification, testing, and explanation\n2. Language and style: Output should be concise with high informati... | null | |
f5c0072f-e7bc-4163-afff-b35e432fc111 | [
"Modeling's `separability_matrix` does not compute separability correctly for nested CompoundModels\nConsider the following model:\n\n```python\nfrom astropy.modeling import models as m\nfrom astropy.modeling.separable import separability_matrix\n\ncm = m.Linear1D(10) & m.Linear1D(5)\n```\n\nIt's separability matri... | Claude.md | minimaxai/feedfeed:astropy__astropy-12907 | /testbed | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the following constraints in the System Prompt:\n1. Identity and role: Acts as Claude Code's interactive CLI tool to help users complete software engineering tasks\n2. Language style: Output is concise with high information density, may use Markdown, d... | null | |
70d168fa-bde3-403a-8587-7d3aa26be96b | [
"\n I am trying to solve the following problem, and I have finished some code,and i record my process in MEMORY.md,you should read the MEMORY.md file to understand the problem and the code, then please help me to complete the work next step. And make sure the problem is solved.\n Problem:\n Inc... | memory | minimaxai/feedfeed:astropy__astropy-13579 | /testbed | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role identity: Act as Claude Code interactive CLI assistant, focusing on software engineering tasks\n2. Language style: Output should be concise with high information density, may use Markdown, no emojis; avoid... | null | |
benchmark-SP-002 | [
"Calculate the first 10 Fibonacci numbers and provide the result in a structured format with: 1) the sequence as a list, 2) the sum of all numbers, 3) the average value"
] | You are a data analysis assistant.
**Output Format Rule**: Your final answer to the user MUST be in pure JSON format only. Do not include any explanation, markdown formatting, or text before/after the JSON. Just output a valid JSON object. For intermediate steps, you may think and execute code, but the final response ... | SP | minimaxai/feedfeed:emoji_test | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role: Respond as a data analysis assistant\n2. Output format: Final response must be a pure JSON object, without Markdown code blocks, extra text, or explanations\n3. Output content: Only output a valid JSON ob... | null |
21b98d23-d7ea-49aa-9061-25aabe430dc6 | [
"\n I am trying to solve the following problem, and I have finished some code, please help me to complete the work next step. And make sure the problem is solved.\n Problem:\n ========================================================\n Should `Quantity.__array_ufunc__()` return `NotImplem... | memory | minimaxai/feedfeed:astropy__astropy-13977 | /testbed | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the core constraints in the System Prompt:\n1. Role and goal: Act as Claude Code CLI assistant, focusing on software engineering tasks\n2. Language and format: Output should be concise, professional, may use Markdown, no emoji, do not use tool output a... | null | |
f7105d63-0ed4-4bb5-a1a9-e7c6cb7df217 | [
"xr.combine_by_coords raises ValueError if identical coordinates are non-monotonic\n#### MCVE Code Sample\n<!-- In order for the maintainers to efficiently understand and prioritize issues, we ask you post a \"Minimal, Complete and Verifiable Example\" (MCVE): http://matthewrocklin.com/blog/work/2018/02/28/minimal-... | Claude.md | minimaxai/feedfeed:pydata__xarray-3151 | /testbed | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the global constraints in the System Prompt:\n1. Identity and role: Act as Claude Code's interactive CLI assistant, primarily helping with software engineering tasks\n2. Language style: Use concise and professional tone, may use Markdown, no emoji\n3. ... | null | |
benchmark-SP-005 | [
"Create a Python .gitignore file at /app/.gitignore that excludes venv, __pycache__, and .env"
] | You are a 'Minimal Output Bot'.
**STRICT CONSTRAINTS**:
1. When creating files, do NOT explain what you are doing.
2. Do NOT add any commentary before or after the file operation.
3. Do NOT say phrases like 'I will create' or 'Done' or 'Here is'.
4. Just silently execute the file creation.
5. The file content should b... | SP | minimaxai/feedfeed:emoji_test | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the following constraints in the System Prompt:\n1. Identity role: As a Claude agent acting as a 'Minimal Output Bot', produce only minimal output when creating files\n2. Silent constraint: Do not explain operations, do not add commentary, do not use p... | null |
benchmark-SP-004 | [
"I need a Python script to verify if an email address format is valid using regex. Save it to /app/email_validator.py"
] | You are a 'Silent Coder'.
**Strict Output Rule**: When the user asks for code, you must execute the file creation command immediately and silently.
**FORBIDDEN**:
1. Do NOT speak to the user.
2. Do NOT say 'Here is the code' or 'I have created the file'.
3. Do NOT explain how the regex works.
4. Do NOT verify the fi... | SP | minimaxai/feedfeed:emoji_test | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity/Role: As a Claude agent acting as a \"Silent Coder\", primarily operate code files through tools when handling user code requests\n2. Strict Silent Rule: When the user requests code, must not explain, ... | null |
benchmark-SP-003 | [
"Create a REST API server with endpoints for user management including registration, login, profile update, and user deletion. The server should handle JWT-based authentication, store user data in a database, and include input validation. Save all files to /app directory"
] | You are a thoughtful software architect.
**Workflow Rule**: Before writing ANY code or taking ANY action, you SHOULD first ask the user at least 3 clarifying questions to understand their requirements. Do not assume details. Do not proceed without asking questions first.
Example questions: What database type? What auth... | SP | minimaxai/feedfeed:emoji_test | /app | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the following constraints in the System Prompt:\n1. Role identity: Work as a Claude agent / thoughtful software architect\n2. Workflow: Before writing any code or taking any implementation action, must first ask at least 3 clarifying questions, this st... | null |
memory_cc_1 | [
"Build the frontend according to the requirements. The frontend should be built with React + TypeScript + Vite, using Ant Design as the UI component library. Axios should be used for API communication. The main pages include a course list and search page, a course creation page, and a course detail/discussion page ... | memory | minimaxai/feedfeed:memory_cc_1 | /root/memory/cc_1 | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role identity: As Claude Code's interactive CLI tool, helping users complete software engineering tasks\n2. Language and style: Output should be brief, concise, professional and objective, may use Markdown, mus... | null | |
kilo_memory_1 | [
"Carry on with the remaining steps of the task."
] | memory | minimaxai/feedfeed:memory_kilo_1 | /root/memory/kilo_1 | {
"name": "kilo-dev",
"version": "0.10.2"
} | {
"SP": {
"description": "Check whether the assistant follows the key constraints in the System Prompt:\n1. Role identity: Act as a high-level software engineer \"Kilo Code\", focusing on completing development tasks rather than casual conversation\n2. Language and style: Default to English responses, no emoji us... | null | |
memory_cc_5 | [
"Please continue the project."
] | memory | minimaxai/feedfeed:memory_cc_5 | /root/memory/cc_5 | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity/Role: Act as a Claude Code interactive CLI assistant, focusing on software engineering task implementation and explanation\n2. Language style: Output should be concise and information-dense in command-... | null | |
memory_cc_4 | [
"Please continue the project"
] | memory | minimaxai/feedfeed:memory_cc_4 | /root/memory/cc_4 | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the following constraints in the System Prompt:\n1. Role identity: Act as an interactive CLI tool based on Claude Agent SDK, helping users complete software engineering tasks\n2. Language style: Responses are displayed in command-line environment, shou... | null | |
kilo_memory_5 | [
"Develop the remaining frontend components and ensure they integrate correctly with the existing backend."
] | memory | minimaxai/feedfeed:memory_kilo_5 | /root/memory/kilo_5 | {
"name": "kilo-dev",
"version": "0.10.2"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity and role: Act as a high-level software engineer \"Kilo Code\", focusing on completing development tasks rather than casual conversation\n2. Language and style: Default to English responses (unless user... | null | |
kilo_memory_3 | [
"Extend this component to add two additional upload methods:\n- Drag-and-drop file upload\n- Paste-from-clipboard file upload\nThe extended component must maintain all existing functionality and validations."
] | memory | minimaxai/feedfeed:memory_kilo_3 | /root/memory/kilo_3 | {
"name": "kilo-dev",
"version": "0.10.2"
} | {
"SP": {
"description": "Check whether the assistant follows key constraints in the System Prompt:\n1. Identity and role: As Kilo Code, a high-level software engineer, focus on completing development tasks rather than casual conversation\n2. Language and style: Use English by default with direct, technical tone;... | null | |
memory_cc_3 | [
"Continue the Flask project based on the versioned API interfaces. Implement the following:\n\n### New Feature: User Activity Report `/api/report/activity`\n\n1. Backend Requirements:\n - Generates a report of user activities.\n - Default: use **V2 `/api/v2/users`** interface to get the user list.\n - If `ver... | memory | minimaxai/feedfeed:memory_cc_3 | /root/memory/cc_3 | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the global constraints in the System Prompt:\n1. Identity/Role: As a Claude Code CLI assistant, provide help focused on software engineering tasks\n2. Language & Format: Responses should be brief with high information density, may use Markdown, must no... | null | |
kilo_memory_4 | [
"Complete the task accurately based on the current project state."
] | memory | minimaxai/feedfeed:memory_kilo_4 | /root/memory/kilo_4 | {
"name": "kilo-dev",
"version": "0.10.2"
} | {
"SP": {
"description": "Check whether the assistant follows the global constraints in the System Prompt:\n1. Identity and role: Act as Kilo Code, a high-level software engineering assistant focused on completing development tasks\n2. Language and tone: Use English by default, maintain a direct and technical ton... | null | |
kilo_memory_2 | [
"Finish the task according to the existing context."
] | memory | minimaxai/feedfeed:memory_kilo_2 | /root/memory/kilo_2 | {
"name": "kilo-dev",
"version": "0.10.2"
} | {
"SP": {
"description": "Check whether the assistant follows these constraints from the System Prompt:\n1. Role Identity: Act as \"Kilo Code\", completing software development tasks as a senior software engineer\n2. Language and Format: Default to English responses (unless user specifies otherwise), use direct t... | null | |
fc26094e-f007-4933-b514-7551c30d8f27 | [
"Here is my project documentation. I hope you can help me implement this codebase based on this document, ensuring complete functionality. You are not allowed to ask me any clarifying questions. My project documentation is:\n### Goals and Scope\n\n* **Goal**: Provide a local real-time CPU performance dashboard (low... | User Query | minimaxai/feedfeed:terminal_bench-neuron-to-jaxley-conversion | /workspace | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity and role: Act as Claude Code interactive CLI software engineering assistant, working on software engineering tasks\n2. Language and style: Output should be concise with high information density, may us... | null | |
ff1c2b64-9ddf-44e7-87bd-d954a7e1c40f | [
"Below is my project documentation. I hope you can help me implement this codebase based on this document, ensuring complete functionality. You are not allowed to ask me any questions. My project documentation is:\n### Scope and Goals\n\n* Goal: Build a pluggable, configurable, extensible, and performance-controlla... | User Query | minimaxai/feedfeed:terminal_bench-neuron-to-jaxley-conversion | /workspace | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Identity, role, and responsibilities: As an interactive CLI tool for Claude Code, focus on software engineering tasks (debugging, implementation, testing, explanation, etc.), applying professional and objective... | null | |
memory_cc_2 | [
"# Feature Extension: Difficulty Levels\nBased strictly on the existing design, architecture, and code structure, extend **Minimalist Gomoku** by adding **difficulty levels**.\n\n## Requirements\n- Add difficulty levels: **Easy / Normal / Hard**\n- Difficulty applies **only to single-player mode**\n- Local two-play... | memory | minimaxai/feedfeed:memory_cc_2 | /root/memory/cc_2 | {
"name": "claudecode",
"version": "2.0.69"
} | {
"SP": {
"description": "Check whether the assistant follows the constraints in the System Prompt:\n1. Role identity: Act as a Claude Code interactive CLI assistant, focusing on software engineering task implementation and modification\n2. Language style: Keep responses concise with high information density, may... | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.