22Teikk
Community@22Teikk
22Teikk provides a 56-skill engineering pack for Android, Flutter, and iOS mobile development, covering UI, state management, testing, CI/CD, and launch readiness.
Agent Skills by 22Teikk
Showing 56 vetted skills indexed across 1 GitHub repositories.
idea-refine
Refines vague ideas into actionable one-pagers through structured divergent and convergent thinking.
debugging-and-error-recovery
Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.
using-agent-skills
Discovers and routes tasks to the appropriate engineering workflow skill by development phase.
test-driven-development
Guides Red-Green-Refactor test-driven development for Kotlin and Java codebases.
planning-and-task-breakdown
Decomposes specs into ordered, testable tasks with acceptance criteria and dependency-aware execution waves.
incremental-implementation
Implements multi-file features in thin vertical slices using a test-first RED-GREEN-REFACTOR cycle.
api-and-interface-design
Designs contract-first Kotlin APIs, DTOs, and domain models for Android applications.
ci-cd-and-automation
Configures CI/CD quality gates, deployment pipelines, and rollback workflows for automated verification.
context-engineering
Curates rules files, specs, and source context for AI coding agents.
shipping-and-launch
Validates Android releases with pre-launch checklists, staged rollouts, and rollback plans.
spec-driven-development
Creates structured specifications before coding through a gated four-phase workflow.
code-review-and-quality
Reviews code changes across correctness, readability, architecture, security, and performance axes before merge.
security-and-hardening
Implements secure storage, network, and IPC hardening patterns for Android and Flutter applications.
deprecation-and-migration
Plans and executes deprecation of legacy systems with incremental migration patterns.
observability-and-instrumentation
Instruments Android and Flutter apps with logging, analytics, crash reporting, and performance traces.
interview-me
Extracts user intent through one-question-at-a-time interviews until 95% confidence.
map-code-base
Reverse-engineers spec artifacts from an existing codebase into the .teikk/spec/ directory.
code-simplification
Refactors code to reduce complexity while preserving exact behavior and passing existing tests.
machine-audit
Diagnoses machine-level Claude Code configuration for cost and latency problems.
doubt-driven-development
Reviews non-trivial code decisions with adversarial fresh-context reviewers before they stand.
source-driven-development
Grounds Android implementation decisions in official documentation with cited sources.
git-workflow-and-versioning
Structures git commits, branching, and worktree workflows for disciplined version control.
documentation-and-adrs
Writes ADRs, decisions log entries, and API documentation for software projects.
ios-pack
Implements native iOS features with SwiftUI, async/await, SwiftData, SPM, and XCTest.
Frequently Asked Questions About 22Teikk
FAQPage SchemaWhat tasks can I accomplish using 22Teikk's skills?▼
You can build Android UIs with Jetpack Compose or XML, manage Flutter state with BLoC/Riverpod/Provider, write iOS SwiftUI views with SwiftData, configure Hilt/get_it dependency injection, run Maestro and integration_test E2E journeys, set up CI/CD pipelines, and prepare Google Play or Firebase App Distribution launches.
Who are 22Teikk's skills designed for?▼
Mobile engineers working in Kotlin/Java Android, Dart 3+ Flutter, or Swift iOS codebases. The generic skills also serve any developer needing spec-driven development, test-driven development, systematic debugging, code review, git versioning, or architecture decision records.
How do I install and run these skills in practice?▼
Skills are platform-scoped packs (android, flutter, ios) installed into a target project. The using-agent-skills meta-skill discovers and invokes the right skill per task; map-code-base can reverse-engineer .teikk/spec/ artifacts (SPEC.md, PROJECT.yaml) from an existing legacy codebase.
Are 22Teikk's skills free and open source?▼
The manifest lists all 56 skills at version 1.0.0 with no stated license or pricing. They are distributed as a public skill registry pack; check the repository for explicit licensing terms before commercial redistribution.
What prerequisites and dependencies do these skills require?▼
Platform packs require their native stacks: Flutter 3+/Dart 3+ with pubspec.yaml, Android with Gradle Kotlin DSL and Version Catalog, iOS with SPM/Xcode. Several skills declare explicit depends-on chains, e.g. flutter-data-persistence requires flutter-data-networking and security-and-hardening.