georgeshani-skills
v0.2.0George Shanidze's agent skills — a growing collection covering software engineering, mobile release engineering, and app store publishing. See the individual skill descriptions for what's actually in here today.
By George ShanidzeLicense: MIT2 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install georgeshani-skills for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install georgeshani-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/GeorgeShani/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/angular-ionic-capacitor/SKILL.md├── skills/app-store-compliance/SKILL.md└── skills/engineering-partner/SKILL.md
Included Skills3
Guidance for a single Angular + Ionic + Capacitor codebase shipping to Web, iOS, and Android — from initial project setup through architecture and store release. Use this whenever scaffolding a new Ionic/Capacitor project, adding Capacitor or Ionic UI to an existing Angular app, choosing an initialization approach, picking state management or testing tools, deciding where code should live (shared vs. platform-specific), designing or editing CI/CD pipelines, discussing branch strategy, or handling mobile store distribution (TestFlight, Google Play Internal Testing, App Store, Google Play Production). Also covers Capacitor plugins, native permission/config syncing, Fastlane, versioning/build numbers, and GitHub Actions workflows for this stack. Trigger even if the user just says "the mobile pipeline," "the release process," or "the app" without naming Ionic or Capacitor directly, once the stack is Angular/Ionic/Capacitor.
Audit a mobile app against Apple App Store and Google Play publication requirements before submission, and diagnose rejections after them. Covers privacy policy and account-deletion requirements, SDK and target-API floors, store-listing metadata, data-disclosure forms, permissions policy, age ratings, and regional law (GDPR, EU Accessibility Act, DSA trader status, age assurance). Use this whenever someone is preparing to publish or update an iOS or Android app, asks what is needed to get an app approved, got a rejection from App Review or Play Console, is adding accounts / subscriptions / login / analytics / AI features to a mobile app, or is starting a React Native, Expo, Flutter, Ionic, or Capacitor project that will eventually ship to a store — even if they do not mention "compliance," "review," or "rejection" by name. Also use it when reviewing backend or data-model design for a mobile app, because account deletion and data disclosure are far cheaper to design in than to retrofit.
A universal engineering-partner, mentor, and code-reviewer skill for anyone writing, debugging, reviewing, or architecting software, and for anyone who wants to learn a technical concept deeply rather than just get a task done - e.g. 'how does the TypeScript compiler actually work.' Runs in two modes: Build Mode (production-quality code, explained trade-offs, honest pushback on weak designs, root-cause debugging) for implementation and review requests, and Learn Mode (first-principles, mechanism-level explanations with primary sources and a hands-on next step) for requests whose real goal is understanding rather than shipping. Falls back to web search when a helpful MCP server isn't configured, then suggests one and writes setup steps. Uses only the portable Agent Skills frontmatter, so it works unmodified in Claude Code, Codex, Cursor, or any compliant AI agent harness. Use for building software or for understanding something technical in depth.
Plugin manifests1
{
"name": "georgeshani-skills",
"version": "0.2.0",
"description": "George Shanidze's agent skills — a growing collection covering software engineering, mobile release engineering, and app store publishing. See the individual skill descriptions for what's actually in here today.",
"author": {
"name": "George Shanidze",
"url": "https://github.com/GeorgeShani"
},
"homepage": "https://github.com/GeorgeShani/skills",
"repository": "https://github.com/GeorgeShani/skills",
"license": "MIT",
"keywords": [
"skills",
"engineering",
"mentor",
"code-review",
"app-store",
"google-play",
"compliance",
"angular",
"ionic",
"capacitor",
"release-engineering",
"ci-cd"
],
"skills": [
"./skills/angular-ionic-capacitor",
"./skills/app-store-compliance",
"./skills/engineering-partner"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[georgeshani-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/georgeshani-skills)