posthog/skills-feature-flags-python
PostHog feature flags for Python applications
This is a copy. The original lives at posthog/feature-flags-python.
npx skills add https://github.com/PostHog/skills --skill feature-flags-python
This skill helps you add PostHog feature flags to Python applications.
references/python.md - Python feature flags installation - docsreferences/adding-feature-flag-code.md - Adding feature flag code - docsreferences/best-practices.md - Feature flag best practices - docsConsult the documentation for API details and framework-specific patterns.
Check if a PostHog MCP server is connected. If available, look for tools related to feature flag management (creating, listing, updating, deleting flags). Use these tools to manage flags directly in PostHog rather than requiring the user to do it manually in the dashboard.
pip install posthog or pip install -r requirements.txt and do NOT use unquoted version specifiers like >= directly in shell commandsTake posthog/skills-feature-flags-python from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference pip.
Without those the skill loads but fails at the first command.