explain
01Command Cursor
A command that explains selected code, text, files, configuration, or terminal output in Chinese. It describes what the input means, how it works, and possible problems or fixes.
Command Cursor
A command that explains selected code, text, files, configuration, or terminal output in Chinese. It describes what the input means, how it works, and possible problems or fixes.
Command Cursor
A Windows PowerShell command workflow for checking and formatting Python code with Ruff, Black, and Mypy. Ruff checks code, Black applies a consistent layout, and Mypy checks type annotations.
Command Cursor
A command workflow for packaging and publishing the unifiles-mcp Python project to PyPI, the public package index for Python software. It supports TestPyPI for trial releases and the main PyPI service for production releases.
Command Cursor
A development command that updates a project’s CHANGELOG.md, a file that records released and planned changes. It follows Keep a Changelog categories and Semantic Versioning, a standard for version numbers.
Command Cursor
A development command that records the current conversation in HISTORY.md, a project file containing past instruction rounds. It keeps the existing format and adds the new entry at the end.
Cursor rule Cursor
A Python style guide for building MCP servers with FastMCP, the higher-level interface of the official Python MCP software development kit.
Skill Claude CodeCodexCursor
A code-quality checking workflow for Python projects using Black, Ruff, and Mypy. Black formats code, Ruff checks coding rules, and Mypy checks type annotations.
Skill Claude CodeCodexCursor
A workflow guide for running coding-agent tasks in Windows PowerShell, including paths, text encoding, virtual environments, and file commands.
Skill Claude CodeCodexCursor
A guide for writing reusable slash commands for Cursor, an AI coding editor. It creates Markdown command files in Cursor’s commands folder using the required naming and layout.
Instructions file CodexOpenCode
AGENTS.md instructions for Asheng008/unifiles-mcp, covering agents.md - project context & directives (v6.0), 1. project overview, 2. environment & commands, build, lint, and test commands and testing.
MCP server Claude CodeCodexCursor
MCP server for unifiles - unified file operations library. Provides Excel, PDF, Word, and SQLite file operations through Model Context Protocol. Runs locally from the unifiles-mcp Python package.