@ryuenn3123/agentic-senior-core 5.8.10 → 5.8.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/plugins/agentic-senior-core/skills/asc/SKILL.md +1 -1
- package/.agents/plugins/agentic-senior-core/skills/asc-adapter/SKILL.md +1 -1
- package/.agents/plugins/agentic-senior-core/skills/asc-add-feature/SKILL.md +1 -1
- package/.agents/plugins/agentic-senior-core/skills/asc-audit/SKILL.md +1 -1
- package/.agents/plugins/agentic-senior-core/skills/asc-debt/SKILL.md +1 -1
- package/.agents/plugins/agentic-senior-core/skills/asc-new-project/SKILL.md +1 -1
- package/.agents/plugins/agentic-senior-core/skills/asc-refactor/SKILL.md +1 -1
- package/.agents/plugins/agentic-senior-core/skills/asc-reference/SKILL.md +1 -1
- package/.agents/plugins/agentic-senior-core/skills/asc-review/SKILL.md +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/.devin-plugin/plugin.json +1 -1
- package/.github/plugin/plugin.json +1 -1
- package/README.md +14 -2
- package/gemini-extension.json +1 -1
- package/lib/cli/commands/global.mjs +0 -1
- package/package.json +1 -1
- package/plugin.yaml +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: asc
|
|
3
3
|
description: >
|
|
4
|
-
Universal AI coding rules. Write code like a staff engineer.
|
|
4
|
+
Universal AI coding rules. Write code like a staff engineer. Use this skill when user asks for general coding guidelines, best practices, standard rules, code quality standards, or when acting as a senior/staff software engineer.
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Agentic Senior Core
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: asc-adapter
|
|
3
3
|
description: >
|
|
4
|
-
Detect installed AI coding hosts and generate adapter files for the current project.
|
|
4
|
+
Detect installed AI coding hosts and generate adapter files for the current project. Use this skill when user asks to install, configure, setup, or initialize Agentic Senior Core rules, adapter files, or plugins for their IDE (Cursor, Windsurf, Devin, Copilot, Roo, Cline, Aider, Kiro).
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# ASC Adapter
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: asc-add-feature
|
|
3
3
|
description: >
|
|
4
|
-
Structured brownfield workflow. Adapted from QRSPI to prevent context rot and ensure alignment before building.
|
|
4
|
+
Structured brownfield workflow. Adapted from QRSPI to prevent context rot and ensure alignment before building. Use this skill when user asks to add new features, build new endpoints, extend existing functionality, implement new UI components, modify an existing codebase, or work on brownfield development.
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Add Feature Workflow
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: asc-audit
|
|
3
3
|
description: >
|
|
4
|
-
Security and architecture audit. Deeper than review, focused on finding vulnerabilities and structural anti-patterns.
|
|
4
|
+
Security and architecture audit. Deeper than review, focused on finding vulnerabilities and structural anti-patterns. Use this skill for deep security audits, architecture reviews, vulnerability scanning, threat modeling, finding OWASP risks (XSS, SQLi), penetration testing, or identifying structural anti-patterns.
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Audit Skill
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: asc-debt
|
|
3
3
|
description: >
|
|
4
|
-
Track deferred enforcement violations. When an ASC ladder nudge fires and the shortcut is accepted rather than fixed, log it here for later resolution.
|
|
4
|
+
Track deferred enforcement violations. When an ASC ladder nudge fires and the shortcut is accepted rather than fixed, log it here for later resolution. Use this skill when user wants to log technical debt, track skipped rules, defer a fix, note a code smell for later, or manage deferred violations.
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Debt Ledger
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: asc-new-project
|
|
3
3
|
description: >
|
|
4
|
-
Structured greenfield workflow. Prevents building before alignment on what to build.
|
|
4
|
+
Structured greenfield workflow. Prevents building before alignment on what to build. Use this skill for greenfield projects, scaffolding new repositories, bootstrapping apps, starting from scratch, planning new system architectures, or creating a new project.
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# New Project Workflow
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: asc-refactor
|
|
3
3
|
description: >
|
|
4
|
-
Structured refactoring workflow. Preserves existing behavior while improving structure.
|
|
4
|
+
Structured refactoring workflow. Preserves existing behavior while improving structure. Use this skill when user asks to refactor code, clean up code, improve code structure, rewrite legacy code, extract components, reduce technical debt, apply SOLID/DRY principles, or migrate codebases.
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Refactor Skill
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: asc-reference
|
|
3
3
|
description: >
|
|
4
|
-
Domain-specific coding rules for testing, API design, database queries, frontend components, infrastructure configs, and service resilience. Load this skill when working on any of these domains.
|
|
4
|
+
Domain-specific coding rules for testing, API design, database queries, frontend components, infrastructure configs, and service resilience. Load this skill when working on any of these domains. Use this skill for guidance on writing unit tests, designing REST/GraphQL APIs, optimizing SQL queries, writing React/frontend components, setting up Docker/CI/CD infrastructure, or improving backend service resilience.
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# ASC Domain Reference
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: asc-review
|
|
3
3
|
description: >
|
|
4
|
-
Production-risk code review. Prioritize findings by severity.
|
|
4
|
+
Production-risk code review. Prioritize findings by severity. Use this skill when user asks to review a pull request, perform code review, check for production risks, critique code, analyze recent changes, or provide feedback on code quality.
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Review Skill
|
package/README.md
CHANGED
|
@@ -13,16 +13,28 @@
|
|
|
13
13
|
|
|
14
14
|
</div>
|
|
15
15
|
|
|
16
|
+
## How Skills Work (Plugins)
|
|
17
|
+
|
|
18
|
+
The plugin comes bundled with specialized skills (like security audits, refactoring, etc.).
|
|
19
|
+
|
|
20
|
+
- **Automatic Triggering**: Agents attempt to detect and load these skills if your prompt matches the skill's description (e.g., asking "perform a security audit" will likely load the `asc-audit` skill). However, because AI relies on semantic probability, this is **never 100% guaranteed**.
|
|
21
|
+
- **Manual Triggering (Highly Recommended)**: For maximum reliability and zero guesswork, explicitly call the skill using pseudo-commands like `/asc-refactor` or `/asc-new-project`. This forces the agent to enter the exact workflow immediately.
|
|
22
|
+
|
|
16
23
|
---
|
|
17
24
|
|
|
18
25
|
## Install
|
|
19
26
|
|
|
20
|
-
### Step 1: Install the package
|
|
27
|
+
### Step 1: Install / Update the package
|
|
28
|
+
|
|
29
|
+
To install or forcefully update to the absolute latest version:
|
|
21
30
|
|
|
22
31
|
```bash
|
|
23
|
-
npm install -g @ryuenn3123/agentic-senior-core
|
|
32
|
+
npm install -g @ryuenn3123/agentic-senior-core@latest
|
|
24
33
|
```
|
|
25
34
|
|
|
35
|
+
> [!TIP]
|
|
36
|
+
> **Why not `npm update -g`?** npm's update command aggressively respects SemVer restrictions and local cache, which can trap you on older patch versions. Always use `@latest` to forcefully pull the absolute newest build.
|
|
37
|
+
|
|
26
38
|
### Step 2: Set up for your AI tool
|
|
27
39
|
|
|
28
40
|
<details>
|
package/gemini-extension.json
CHANGED
|
@@ -22,7 +22,6 @@ function vscodeUserPromptsDirectory() {
|
|
|
22
22
|
|
|
23
23
|
const OLD_PATHS = [
|
|
24
24
|
path.join(HOME, '.gemini', 'config', 'skills'),
|
|
25
|
-
path.join(HOME, '.gemini', 'antigravity-ide', 'plugins', 'agentic-senior-core'), // Clean up 5.8.4 mistake
|
|
26
25
|
];
|
|
27
26
|
|
|
28
27
|
const GLOBAL_TARGETS = {
|
package/package.json
CHANGED
package/plugin.yaml
CHANGED