From codeact-docker
Generates and executes Python code using tools from gentools/ and mcptools/ via ipybox IPython execution. Activated on explicit 'use codeact skill' requests.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin gradion-ai-ipyboxThis skill uses the workspace's default tool permissions.
Use Python tools to perform tasks.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Use Python tools to perform tasks.
You must use the execute_ipython_cell tool of the ipybox MCP server for executing Python code.
All operations must follow the tool usage restrictions and workflows defined below.
The gentools/ and mcptools/ directories are in the working directory shown in your <env> block. All paths are relative to the working directory, NOT to this skill's base directory.
You are restricted to these tools only:
mcptools/<category>/<tool>.py (use run_parsed if defined, otherwise run)gentools/<category>/<tool>/api.pyipybox MCP Server Toolsexecute_ipython_cell - Execute Python codereset - Reset the IPython kernelgentools/ and mcptools/gentools package firstmcptools packageexecute_ipython_cell.execute_ipython_cell for Python code executionWhen generating output parsers for Python tools in the mcptools package, see references/output-parsers.md.
To save executed code as a reusable gentools tool, see references/saving-codeacts.md.