npx claudepluginhub filedcom/opentax --plugin opentaxThis skill uses the workspace's default tool permissions.
Help the user set up OpenTax so it's always available in their AI assistant without needing to re-upload the skill file each time.
Guides creation, refinement, and best practices for Claude Code Skills including SKILL.md structure, router patterns, workflows, references, XML formatting, and progressive disclosure.
Guides creation, improvement, and structuring of skills for Claude Code plugins, including frontmatter metadata, workflows, scripts, references, and best practices.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
Help the user set up OpenTax so it's always available in their AI assistant without needing to re-upload the skill file each time.
Ask the user what AI tool they're using, then follow the right instructions below.
Install as a plugin:
# In Claude Code, run:
/plugin marketplace add filedcom/opentax
/plugin install opentax@filedcom-opentax
Once installed, the skills are always available:
/opentax:tax-preparer -- prepare a return/opentax:tax-reviewer -- review a returnClaude on the web supports Projects with custom instructions:
curl -fsSL https://raw.githubusercontent.com/filedcom/opentax/main/skills/SKILL.md -o opentax-skill.md
opentax-skill.md as a Project knowledge fileChatGPT supports Custom GPTs and custom instructions:
curl -fsSL https://raw.githubusercontent.com/filedcom/opentax/main/skills/SKILL.md -o opentax-skill.md
opentax-skill.md into the "How would you like ChatGPT to respond?" sectionGemini supports Gems (custom agents):
curl -fsSL https://raw.githubusercontent.com/filedcom/opentax/main/skills/SKILL.md -o opentax-skill.md
opentax-skill.md into the Gem's instructionsIf using GitHub Copilot CLI:
# Add the plugin marketplace
copilot plugin marketplace add filedcom/opentax
For any other AI assistant that supports system prompts or custom instructions:
curl -fsSL https://raw.githubusercontent.com/filedcom/opentax/main/skills/SKILL.md -o opentax-skill.md
If the platform doesn't support persistent instructions, the user will need to upload the skill file at the start of each conversation.