22Teikk avatar

22Teikk

Community

@22Teikk

0Followers
|
14Public Repos
|
56Published Skills

22Teikk provides a 56-skill engineering pack for Android, Flutter, and iOS mobile development, covering UI, state management, testing, CI/CD, and launch readiness.

Skills Distribution
DomainDeveloper To...Flutter Development (30%)Android Development (25%)Engineering Practi.. (20%)iOS Development (15%)

Agent Skills by 22Teikk

Showing 56 vetted skills indexed across 1 GitHub repositories.

22Teikk22Teikk

idea-refine

Refines vague ideas into actionable one-pagers through structured divergent and convergent thinking.

Community
Intermediate
22Teikk22Teikk

debugging-and-error-recovery

Diagnose test failures, build errors, and runtime bugs through structured root-cause triage.

Community
Intermediate
22Teikk22Teikk

using-agent-skills

Discovers and routes tasks to the appropriate engineering workflow skill by development phase.

Community
Intermediate
22Teikk22Teikk

test-driven-development

Guides Red-Green-Refactor test-driven development for Kotlin and Java codebases.

Community
Intermediate
22Teikk22Teikk

planning-and-task-breakdown

Decomposes specs into ordered, testable tasks with acceptance criteria and dependency-aware execution waves.

Community
Advanced
22Teikk22Teikk

incremental-implementation

Implements multi-file features in thin vertical slices using a test-first RED-GREEN-REFACTOR cycle.

Community
Advanced
22Teikk22Teikk

api-and-interface-design

Designs contract-first Kotlin APIs, DTOs, and domain models for Android applications.

Community
Intermediate
22Teikk22Teikk

ci-cd-and-automation

Configures CI/CD quality gates, deployment pipelines, and rollback workflows for automated verification.

Community
Intermediate
22Teikk22Teikk

context-engineering

Curates rules files, specs, and source context for AI coding agents.

Community
Intermediate
22Teikk22Teikk

shipping-and-launch

Validates Android releases with pre-launch checklists, staged rollouts, and rollback plans.

Community
Advanced
22Teikk22Teikk

spec-driven-development

Creates structured specifications before coding through a gated four-phase workflow.

Community
Advanced
22Teikk22Teikk

code-review-and-quality

Reviews code changes across correctness, readability, architecture, security, and performance axes before merge.

Community
Advanced
22Teikk22Teikk

security-and-hardening

Implements secure storage, network, and IPC hardening patterns for Android and Flutter applications.

Community
Intermediate
22Teikk22Teikk

deprecation-and-migration

Plans and executes deprecation of legacy systems with incremental migration patterns.

Community
Intermediate
22Teikk22Teikk

observability-and-instrumentation

Instruments Android and Flutter apps with logging, analytics, crash reporting, and performance traces.

Community
Intermediate
22Teikk22Teikk

interview-me

Extracts user intent through one-question-at-a-time interviews until 95% confidence.

Community
Intermediate
22Teikk22Teikk

map-code-base

Reverse-engineers spec artifacts from an existing codebase into the .teikk/spec/ directory.

Community
Advanced
22Teikk22Teikk

code-simplification

Refactors code to reduce complexity while preserving exact behavior and passing existing tests.

Community
Intermediate
22Teikk22Teikk

machine-audit

Diagnoses machine-level Claude Code configuration for cost and latency problems.

Community
Intermediate
22Teikk22Teikk

doubt-driven-development

Reviews non-trivial code decisions with adversarial fresh-context reviewers before they stand.

Community
Advanced
22Teikk22Teikk

source-driven-development

Grounds Android implementation decisions in official documentation with cited sources.

Community
Intermediate
22Teikk22Teikk

git-workflow-and-versioning

Structures git commits, branching, and worktree workflows for disciplined version control.

Community
Intermediate
22Teikk22Teikk

documentation-and-adrs

Writes ADRs, decisions log entries, and API documentation for software projects.

Community
Intermediate
22Teikk22Teikk

ios-pack

Implements native iOS features with SwiftUI, async/await, SwiftData, SPM, and XCTest.

Community
Advanced

Frequently Asked Questions About 22Teikk

FAQPage Schema
What 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.