Skip to content

Commit bcfe7a9

Browse files
author
Viktor Bezděk
committed
fix: change author field from string to object in all plugin.json files
Claude Code validates the author field as an object with name/url properties. All 46 plugin manifests had it as a plain string, causing installation failures.
1 parent 19ec8c4 commit bcfe7a9

46 files changed

Lines changed: 46 additions & 46 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

agent-evaluation/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "agent-evaluation",
33
"version": "1.0.0",
44
"description": "Comprehensive evaluation framework for LLM agent systems. Multi-dimensional rubrics, LLM-as-judge with bias mitigation, pairwise comparison, direct scoring, confidence calibration, and continuous monitoring.",
5-
"author": "viktorbezdek",
5+
"author": { "name": "Viktor Bezdek", "url": "https://github.com/viktorbezdek" },
66
"license": "MIT",
77
"repository": "https://github.com/viktorbezdek/skillstack/tree/main/agent-evaluation",
88
"keywords": ["evaluation", "llm-as-judge", "bias-mitigation", "rubrics", "pairwise-comparison"]

agent-project-development/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "agent-project-development",
33
"version": "1.0.0",
44
"description": "Methodology for LLM-powered project development. Task-model fit analysis, pipeline architecture (acquire-prepare-process-parse-render), file system state machines, cost estimation, and architectural reduction.",
5-
"author": "viktorbezdek",
5+
"author": { "name": "Viktor Bezdek", "url": "https://github.com/viktorbezdek" },
66
"license": "MIT",
77
"repository": "https://github.com/viktorbezdek/skillstack/tree/main/agent-project-development",
88
"keywords": ["project-development", "pipeline", "task-model-fit", "cost-estimation"]

api-design/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "api-design",
33
"version": "1.0.0",
44
"description": "Comprehensive API design skill for REST, GraphQL, gRPC, and Python library architectures. Design endpoints, schemas, authentication, pagination, error handling, and federation.",
5-
"author": "viktorbezdek",
5+
"author": { "name": "Viktor Bezdek", "url": "https://github.com/viktorbezdek" },
66
"license": "MIT",
77
"repository": "https://github.com/viktorbezdek/skillstack/tree/main/api-design",
88
"keywords": [

bdi-mental-states/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bdi-mental-states",
33
"version": "1.0.0",
44
"description": "Belief-Desire-Intention cognitive architecture for LLM agents. Formal BDI ontology, T2B2T paradigm, RDF integration, SPARQL competency queries, and neuro-symbolic AI integration patterns.",
5-
"author": "viktorbezdek",
5+
"author": { "name": "Viktor Bezdek", "url": "https://github.com/viktorbezdek" },
66
"license": "MIT",
77
"repository": "https://github.com/viktorbezdek/skillstack/tree/main/bdi-mental-states",
88
"keywords": ["bdi", "cognitive-architecture", "rdf", "ontology", "neuro-symbolic"]

cicd-pipelines/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cicd-pipelines",
33
"version": "1.0.0",
44
"description": "Comprehensive CI/CD pipeline design, DevOps automation, infrastructure as code, container orchestration, and enterprise release management.",
5-
"author": "viktorbezdek",
5+
"author": { "name": "Viktor Bezdek", "url": "https://github.com/viktorbezdek" },
66
"license": "MIT",
77
"repository": "https://github.com/viktorbezdek/skillstack/tree/main/cicd-pipelines",
88
"keywords": [

code-review/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-review",
33
"version": "1.0.0",
44
"description": "Perform thorough code reviews with multi-agent swarm analysis covering security, performance, style, tests, and documentation. Analyze PRs, extract and prioritize comments, and generate actionable fix plans.",
5-
"author": "viktorbezdek",
5+
"author": { "name": "Viktor Bezdek", "url": "https://github.com/viktorbezdek" },
66
"license": "MIT",
77
"repository": "https://github.com/viktorbezdek/skillstack/tree/main/code-review",
88
"keywords": [

consistency-standards/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "consistency-standards",
33
"version": "1.0.0",
44
"description": "Establish and maintain naming conventions, taxonomy standards, style guides, and reuse patterns across documentation and code.",
5-
"author": "viktorbezdek",
5+
"author": { "name": "Viktor Bezdek", "url": "https://github.com/viktorbezdek" },
66
"license": "MIT",
77
"repository": "https://github.com/viktorbezdek/skillstack/tree/main/consistency-standards",
88
"keywords": [

content-modelling/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "content-modelling",
33
"version": "1.0.0",
44
"description": "Design content models with types, fields, relationships, and governance rules for structured content systems.",
5-
"author": "viktorbezdek",
5+
"author": { "name": "Viktor Bezdek", "url": "https://github.com/viktorbezdek" },
66
"license": "MIT",
77
"repository": "https://github.com/viktorbezdek/skillstack/tree/main/content-modelling",
88
"keywords": [

context-compression/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "context-compression",
33
"version": "1.0.0",
44
"description": "Production strategies for compressing LLM context windows. Anchored iterative summarization, opaque compression, tokens-per-task optimization, and probe-based evaluation.",
5-
"author": "viktorbezdek",
5+
"author": { "name": "Viktor Bezdek", "url": "https://github.com/viktorbezdek" },
66
"license": "MIT",
77
"repository": "https://github.com/viktorbezdek/skillstack/tree/main/context-compression",
88
"keywords": ["context-compression", "summarization", "compaction", "token-optimization"]

context-degradation/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "context-degradation",
33
"version": "1.0.0",
44
"description": "Patterns for recognizing and mitigating context failures in LLM agents. Covers lost-in-middle, context poisoning, distraction, confusion, clash, and empirical degradation thresholds by model.",
5-
"author": "viktorbezdek",
5+
"author": { "name": "Viktor Bezdek", "url": "https://github.com/viktorbezdek" },
66
"license": "MIT",
77
"repository": "https://github.com/viktorbezdek/skillstack/tree/main/context-degradation",
88
"keywords": ["context-degradation", "lost-in-middle", "context-poisoning", "attention-patterns"]

0 commit comments

Comments
 (0)