setup

Automate AndroidCommonDoc setup and configuration for Android and Kotlin Multiplatform projects.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/oscardlfr/AndroidCommonDoc --skill setup-oscardlfr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/oscardlfr/AndroidCommonDoc/tree/main/skills/setup
Command: npx skills add https://github.com/oscardlfr/AndroidCommonDoc --skill setup-oscardlfr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup and configuration of new or existing projects to integrate AndroidCommonDoc, simplifying the process and ensuring consistency across projects.

Core Features & Use Cases

  • Project Configuration: Automates the configuration of skills, agents, Detekt rules, Konsist guards, CI workflow, PR template, and MCP server wiring.
  • Manifest Creation: Generates l0-manifest.json for project-specific settings.
  • Asset Synchronization: Syncs selected assets from the AndroidCommonDoc repository.
  • Verification: Verifies the setup and configuration process.
  • Bilingual Output: Provides instructions in English and Spanish.

Quick Start

Run the setup skill from the AndroidCommonDoc directory and point it to your project with the command: /setup --project-root /path/to/my-project.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Android project setup for Detekt rules and Konsist guards?

Automate Android project setup by executing the setup skill with a specified project root path. It coordinates project configuration, manifest creation, asset synchronization, and verification to integrate AndroidCommonDoc into Kotlin Multiplatform development workflows.

What does it take to configure Kotlin Multiplatform projects to use AndroidCommonDoc?

Configuring Kotlin Multiplatform projects requires Bash execution and specific project files for the setup process. The automation script coordinates manifest creation, asset synchronization from the AndroidCommonDoc repository, and CI workflow wiring for your development environment.

Can I use this automated configuration tool for existing Android projects?

Yes, you can use this automated configuration tool for existing Android projects. It syncs selected assets from the AndroidCommonDoc repository, generates the l0-manifest.json file for project-specific settings, and verifies the setup process for both new and existing codebases.

Does integrating AndroidCommonDoc require manually creating the project manifest?

No, integrating AndroidCommonDoc does not require manually creating the project manifest. The automation generates the l0-manifest.json file automatically, handling project-specific settings, MCP server wiring, and asset synchronization without manual configuration overhead.

Why do I need Bash to run the AndroidCommonDoc project configuration setup?

You need Bash to run the AndroidCommonDoc setup because the automation scripts execute shell commands to synchronize assets, verify configurations, and wire components. This ensures reliable execution of project setup tasks across different development environments and operating systems.