@maestroagora/agora 1.2.2 → 1.5.0
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/marketplace.json +21 -21
- package/.claude-plugin/marketplace.json +15 -15
- package/.claude-plugin/plugin.json +28 -22
- package/.codex-plugin/plugin.json +46 -39
- package/LICENSE +21 -21
- package/README.md +252 -69
- package/assets/agora-orbit.svg +158 -158
- package/package.json +68 -56
- package/scripts/install.mjs +405 -400
- package/scripts/voice/check.mjs +175 -0
- package/scripts/voice/features.mjs +359 -0
- package/scripts/voice/gates.mjs +244 -0
- package/scripts/voice/ingest.mjs +226 -0
- package/scripts/voice/lexicon.mjs +162 -0
- package/scripts/voice/pipeline.mjs +186 -0
- package/scripts/voice/profile.mjs +528 -0
- package/scripts/voice-measure.mjs +369 -0
- package/skills/agora/SKILL.md +243 -17
- package/skills/agora/agents/openai.yaml +2 -2
- package/skills/agora/references/agora-case-studies.md +381 -0
- package/skills/agora/references/agora-craft.md +563 -0
- package/skills/agora/references/agora-invest.md +544 -0
- package/skills/agora/references/agora-marketing.md +716 -27
- package/skills/agora/references/agora-science.md +299 -0
- package/skills/agora/references/agora-voice.md +270 -0
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "maestro-agora",
|
|
3
|
-
"interface": {
|
|
4
|
-
"displayName": "Maestro: Agora"
|
|
5
|
-
},
|
|
6
|
-
"plugins": [
|
|
7
|
-
{
|
|
8
|
-
"name": "maestro-agora",
|
|
9
|
-
"source": {
|
|
10
|
-
"source": "url",
|
|
11
|
-
"url": "https://github.com/mbanderas/maestro-agora.git",
|
|
12
|
-
"ref": "main"
|
|
13
|
-
},
|
|
14
|
-
"policy": {
|
|
15
|
-
"installation": "AVAILABLE",
|
|
16
|
-
"authentication": "ON_INSTALL"
|
|
17
|
-
},
|
|
18
|
-
"category": "Productivity"
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "maestro-agora",
|
|
3
|
+
"interface": {
|
|
4
|
+
"displayName": "Maestro: Agora"
|
|
5
|
+
},
|
|
6
|
+
"plugins": [
|
|
7
|
+
{
|
|
8
|
+
"name": "maestro-agora",
|
|
9
|
+
"source": {
|
|
10
|
+
"source": "url",
|
|
11
|
+
"url": "https://github.com/mbanderas/maestro-agora.git",
|
|
12
|
+
"ref": "main"
|
|
13
|
+
},
|
|
14
|
+
"policy": {
|
|
15
|
+
"installation": "AVAILABLE",
|
|
16
|
+
"authentication": "ON_INSTALL"
|
|
17
|
+
},
|
|
18
|
+
"category": "Productivity"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "maestro-agora",
|
|
3
|
-
"description": "Self-hosted marketplace for Maestro: Agora, the argument-first persuasion skill.",
|
|
4
|
-
"owner": {
|
|
5
|
-
"name": "Mark Laursen",
|
|
6
|
-
"url": "https://github.com/mbanderas"
|
|
7
|
-
},
|
|
8
|
-
"plugins": [
|
|
9
|
-
{
|
|
10
|
-
"name": "maestro-agora",
|
|
11
|
-
"source": "./",
|
|
12
|
-
"description": "
|
|
13
|
-
}
|
|
14
|
-
]
|
|
15
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "maestro-agora",
|
|
3
|
+
"description": "Self-hosted marketplace for Maestro: Agora, the argument-first persuasion, technical explanation, case-study, and investment-writing skill.",
|
|
4
|
+
"owner": {
|
|
5
|
+
"name": "Mark Laursen",
|
|
6
|
+
"url": "https://github.com/mbanderas"
|
|
7
|
+
},
|
|
8
|
+
"plugins": [
|
|
9
|
+
{
|
|
10
|
+
"name": "maestro-agora",
|
|
11
|
+
"source": "./",
|
|
12
|
+
"description": "Write consequential commercial, technical, case-study, investment, interface, and spoken arguments for the real decision without inventing results."
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
}
|
|
@@ -1,22 +1,28 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "maestro-agora",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"displayName": "Maestro: Agora",
|
|
5
|
-
"description": "Use /agora for
|
|
6
|
-
"author": {
|
|
7
|
-
"name": "Mark Laursen",
|
|
8
|
-
"url": "https://github.com/mbanderas"
|
|
9
|
-
},
|
|
10
|
-
"homepage": "https://github.com/mbanderas/maestro-agora",
|
|
11
|
-
"repository": "https://github.com/mbanderas/maestro-agora",
|
|
12
|
-
"license": "MIT",
|
|
13
|
-
"keywords": [
|
|
14
|
-
"agent-skills",
|
|
15
|
-
"agora",
|
|
16
|
-
"marketing",
|
|
17
|
-
"copywriting",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "maestro-agora",
|
|
3
|
+
"version": "1.5.0",
|
|
4
|
+
"displayName": "Maestro: Agora",
|
|
5
|
+
"description": "Use /agora for persuasive writing, technical explanation, compelling case studies, fundraising, investment analysis, and spoken or written copy.",
|
|
6
|
+
"author": {
|
|
7
|
+
"name": "Mark Laursen",
|
|
8
|
+
"url": "https://github.com/mbanderas"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/mbanderas/maestro-agora",
|
|
11
|
+
"repository": "https://github.com/mbanderas/maestro-agora",
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"agent-skills",
|
|
15
|
+
"agora",
|
|
16
|
+
"marketing",
|
|
17
|
+
"copywriting",
|
|
18
|
+
"science-communication",
|
|
19
|
+
"technical-writing",
|
|
20
|
+
"case-studies",
|
|
21
|
+
"fundraising",
|
|
22
|
+
"investor-communications",
|
|
23
|
+
"pitch-decks",
|
|
24
|
+
"claude-code",
|
|
25
|
+
"geo",
|
|
26
|
+
"aeo"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
@@ -1,39 +1,46 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "maestro-agora",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Maestro: Agora
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "Mark Laursen",
|
|
7
|
-
"url": "https://github.com/mbanderas"
|
|
8
|
-
},
|
|
9
|
-
"homepage": "https://github.com/mbanderas/maestro-agora#readme",
|
|
10
|
-
"repository": "https://github.com/mbanderas/maestro-agora",
|
|
11
|
-
"license": "MIT",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"agora",
|
|
14
|
-
"marketing",
|
|
15
|
-
"copywriting",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "maestro-agora",
|
|
3
|
+
"version": "1.5.0",
|
|
4
|
+
"description": "Maestro: Agora writes clear persuasion, technical explanations, compelling case studies, and investment communication without making up results.",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Mark Laursen",
|
|
7
|
+
"url": "https://github.com/mbanderas"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/mbanderas/maestro-agora#readme",
|
|
10
|
+
"repository": "https://github.com/mbanderas/maestro-agora",
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"agora",
|
|
14
|
+
"marketing",
|
|
15
|
+
"copywriting",
|
|
16
|
+
"science-communication",
|
|
17
|
+
"technical-writing",
|
|
18
|
+
"case-studies",
|
|
19
|
+
"fundraising",
|
|
20
|
+
"investor-communications",
|
|
21
|
+
"pitch-decks",
|
|
22
|
+
"codex",
|
|
23
|
+
"skills"
|
|
24
|
+
],
|
|
25
|
+
"skills": "./skills/",
|
|
26
|
+
"interface": {
|
|
27
|
+
"displayName": "Maestro: Agora",
|
|
28
|
+
"shortDescription": "Persuasion, science, cases, and capital",
|
|
29
|
+
"longDescription": "Install Maestro: Agora in Codex for a direct /agora skill that writes consequential commercial arguments, clear technical explanations, compelling case studies, and investment communication without inventing results.",
|
|
30
|
+
"developerName": "Mark Laursen",
|
|
31
|
+
"category": "Productivity",
|
|
32
|
+
"capabilities": [
|
|
33
|
+
"Interactive",
|
|
34
|
+
"Write"
|
|
35
|
+
],
|
|
36
|
+
"websiteURL": "https://github.com/mbanderas/maestro-agora",
|
|
37
|
+
"brandColor": "#7C3AED",
|
|
38
|
+
"composerIcon": "./assets/icon.png",
|
|
39
|
+
"defaultPrompt": [
|
|
40
|
+
"/agora sell Write the strongest truthful hero these product facts and destination can support.",
|
|
41
|
+
"/agora science Explain this technical subject clearly without overstating what the research found.",
|
|
42
|
+
"/agora case study Turn this approved project record into a clear, properly attributed case study.",
|
|
43
|
+
"/agora invest Build this fundraising asset from the supplied results, risks, and plan without inventing traction or urgency."
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
}
|
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 Mark Laursen
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Mark Laursen
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|