All
Skill 177 of 200
PostHog feature flags for Android applications
1 minute · 201 words · 5 sections
Install
npx skills add PostHog/skills --skill feature-flags-androidnpx skills add PostHog/skills/plugin marketplace add PostHog/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
This skill helps you add PostHog feature flags to Android applications.
references/android.md - Android 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.
PostHogAndroid.setup() only once in the Application class’s onCreate() method, so it’s initialized as early as possible and only once.onCreate() methodandroid:label to accurately track screen views.main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: skills/omnibus/*/SKILL.md, skills/posthog/all/skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by PostHog, declaring 6 plugins. It is read for editorial metadata only — never as the skill index, which is always the repository tree./PostHog/skills.md, and each skill at its own .md URL.3 files · 120 KB
Everything this skill ships beside its prose. All of it is set here, as subchapters of skill 177.
Documentation the agent loads on demand, rather than up front.